Programmer Guide/SPU Reference/KLSYNRT: Difference between revisions

From STX Wiki
Jump to navigationJump to search
(initial import)
 
 
(2 intermediate revisions by 2 users not shown)
Line 11: Line 11:
<code>out $</code>SR 2 8 spa.y
<code>out $</code>SR 2 8 spa.y
</pre>
</pre>
This SPU is available in S_TOOLS-STx and is used by the <code>KlattSyn</code> class.
This SPU is available in {{STX}} and is used by the <code>KlattSyn</code> class.


=====Parameters:=====
=====Parameters:=====


The other parameters are described in the <code>[[Programmer Guide/SPU Reference/KLATTSYN - Klatt parameter synthesis|KLATTSYN]]</code> atom documentation.
The other parameters are described in the <code>[[Programmer Guide/SPU Reference/KLATTSYN - Klatt parameter synthesis|KLATTSYN]]</code> atom documentation.

Latest revision as of 12:02, 28 April 2011

KLSYNRT - a generic SPU for direct output of a synthesized signal

The following SPU uses the KLATTSYN atom to write a synthesis to file.

[SPU <code>KLSYNRT SR=16000 N=800 SYNMODE OUTMODE TCONFIG TFRAME OUT I=spa.I T=spa.T]</code>
<code>spa = klattsyn</code>
<code>out = waveout</code>
<code>spa $SR $N $SYNMODE $OUTMODE $TCONFIG $TFRAME</code>
<code>out $</code>SR 2 8 spa.y

This SPU is available in STx and is used by the KlattSyn class.

Parameters:

The other parameters are described in the KLATTSYN atom documentation.

Navigation menu

Personal tools