Sound Output
SOUND freq%,dur%,vol%
Output of a sound signal
The parameter freq controls the frequency of the signal (arbitrary units). The parameter dur controls the duration (in milliseconds) of the sound. The parameter vol controls the volume or waveform of the signal. The value 100 is the highest volume.
Use freq=0 for a pause.
|