scipy.io.wavfile.read

scipy.io.wavfile.read(file)

Return the sample rate (in samples/sec) and data from a WAV file

The file can be an open file or a filename. The returned sample rate is a Python integer The data is returned as a numpy array with a

data-type determined from the file.

Previous topic

scipy.io.npfile

Next topic

scipy.io.wavfile.write

This Page

Quick search