DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
Sound
Tutorials »
|
SampleDepth
Play
ListPlay
See Also »
PlayRange
PlayRange
is an option for
Play
and related functions which specifies what range of sound amplitude levels should be included.
MORE INFORMATION
All amplitudes are scaled so that the amplitude levels to be included lie within the range that can be output.
Amplitude levels outside the specified range are clipped.
The possible settings for
PlayRange
are:
All
include all amplitude levels
Automatic
outlying levels are dropped
{
a
min
,
a
max
}
explicit amplitude limits
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Sample with an automatic
PlayRange
:
In[1]:=
Out[1]=
Keep function values between 0 and 50:
In[2]:=
Out[2]=
Include all sampled function values, leaving only clicks:
In[3]:=
Out[3]=
Applications
(1)
SEE ALSO
SampleDepth
Play
ListPlay
TUTORIALS
Sound
New in 2
© 2008 Wolfram Research, Inc.