Return the sample rate (in samples/sec) and data from a WAV file
file : file
Input wav file.
mmap : bool, optional
Whether to read data as memory mapped. (Default: False) New in version 0.12.0.
Whether to read data as memory mapped. (Default: False)
New in version 0.12.0.
rate : int
Sample rate of wav file
data : numpy array
Data read from wav file
Notes
scipy.io.mmwrite
scipy.io.wavfile.write
Enter search terms or a module, class or function name.