Sound
Usage
• Sound[primitives] represents a sound.
Notes
• Any number of sound primitives or lists of sound primitives can be given. They are played in sequence. • Sound can be played using Show. • The following primitives can be used:
| SampledSoundFunction[f, n, r] | amplitude levels generated by a function | SampledSoundList[{ , , ... }, r] | amplitude levels given in a list |
• The standard print form for Sound[ ... ] is -Sound-. InputForm prints the explicit list of primitives. • New in Version 2.
|