bundles / scipy latest / scipy / io / wavfile
module
scipy.io.wavfile
source: /scipy/io/wavfile.py :0
Members
-
_array_tofile -
_handle_pad_byte -
_raise_bad_format -
_read_data_chunk -
_read_fmt_chunk -
_read_riff_chunk -
_skip_unknown_chunk -
read -
SeekEmulatingReader -
WAVE_FORMAT -
WavFileWarning -
write
Summary
No Docstrings
Additional content
Module to read / write wav files using NumPy arrays
Functions
read: Return the sample rate (in samples/sec) and data from a WAV file.
write: Write a NumPy array as a WAV file.
Aliases
-
scipy.io.wavfile