view modules/bluespec/Pygar/core/audio_core_systems.awb @ 13:6d461680c6d9 pygar svn.14

[svn r14] more stuff
author punk
date Tue, 27 Apr 2010 09:03:28 -0400
parents
children d0db18cdeacc
line wrap: on
line source
1 %name Single Processor Application
2 %desc Top level processor. This module wraps a processor, which at its highest level is just a memory stream.
4 %provides connected_application
6 %requires audio_pipline
8 %attributes 6_375
10 %sources -t BSV -v PUBLIC AudioCorePipeline.bsv
11 %sources -t CPP -v PUBLIC AudioCoreSystem.cpp
12 %sources -t H -v PUBLIC AudioCoreSystem.h
13 %sources -t CPP -v PUBLIC AudioCoreRRR.cpp
14 %sources -t H -v PUBLIC AudioCoreRRR.h
15 %sources -t RRR -v PUBLIC AudioCoreRRR.rrr
16 %sources -t CPP -v PRIVATE SndfileWavUtil.cpp
17 %sources -t H -v PUBLIC SndfileWavUtil.h
19 %library /usr/lib/libsndfile.so
21 %param SYNTH_BOUNDARY mkConnectedApplication "name of synthesis boundary"