Mathematica > Visualization and Graphics > Sound and Sonification >

ListPlay

ListPlay[{a1, a2, ...}]
creates an object that plays as a sound whose amplitude is given by the sequence of levels ai.
  • The following options can be given:
DisplayFunctionAutomaticfunction for generating output to display
PlayRangeAllthe range of amplitude levels to include
SampleDepth8how many bits to use to represent each amplitude level
SampleRate8192how many times per second amplitude samples should be generated
  • ListPlay[{list1, list2}] generates stereo sound. The left-hand channel is given first.
  • ListPlay[{list1, list2, ...}] generates sound on any number of channels. If the lists are of different lengths, silence is inserted at the ends of the shorter lists.
New in 2 | Last modified in 6
© 2008 Wolfram Research, Inc.
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team