Difference between revisions of "Tool dspaa"

From Felixl.com
Jump to navigationJump to search
 
 
Line 1: Line 1:
dspaa is compiler for [[OPERA DSP|DSP]]. The description of pseudo code, used for DSP development, can be found under Audio section of Phantom API.
+
dspaa is compiler for [[OPERA DSP|DSP]]. The description of pseudo code, used for DSP development, can be found under [[Sound|Audio section of Phantom API]].
  
 
'''Usage:'''
 
'''Usage:'''
Line 5: Line 5:
 
dspaa instrument.src
 
dspaa instrument.src
  
the output of the compiler will be the '''cod''' file, used by the Audio API.
+
the output of the compiler will be the '''cod''' file, used by the [[Sound|Audio API]].

Latest revision as of 20:39, 5 September 2006

dspaa is compiler for DSP. The description of pseudo code, used for DSP development, can be found under Audio section of Phantom API.

Usage:

dspaa instrument.src

the output of the compiler will be the cod file, used by the Audio API.