|
ListPlay
ListPlay[ , , ... ] plays a sound whose amplitude is given by the sequence of levels .
ListPlay returns a Sound object.
The following options can be given:

ListPlay[ ,  ] generates stereo sound. The left-hand channel is given first.
ListPlay[ , , ... ] generates sound on any number of channels. If the lists are of different lengths, silence is inserted at the ends of the shorter lists.
See Section 1.9.12.
See also: Play, SampledSoundList, Show.
Related package: Miscellaneous`Audio`.
New in Version 2.
Further Examples
|