DOCUMENTATION CENTER SEARCH
Mathematica
>
Audio Formats
>
Built-in
Mathematica
Symbol
Sound
Tutorials »
|
SampleDepth
SampledSoundList
See Also »
|
Audio Formats
More About »
SampleRate
SampleRate
is an option for sound primitives which specifies the number of samples per second to generate for sounds.
MORE INFORMATION
The default setting is
SampleRate->8000
.
The highest frequency in hertz that can be present in a particular sound is equal to half the setting for
SampleRate
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Play random noise with a sample rate of 4096 Hz:
In[1]:=
Out[1]=
Play with a sample rate of 1000 Hz:
In[2]:=
Out[2]=
SEE ALSO
SampleDepth
SampledSoundList
TUTORIALS
Sound
MORE ABOUT
Audio Formats
New in 2
© 2008 Wolfram Research, Inc.