Write a numpy array as a WAV file
filename : file
The name of the file to write (will be over-written).
rate : int
The sample rate (in samples/sec).
data : ndarray
A 1-D or 2-D numpy array of integer data-type.
Notes
scipy.io.wavfile.read
scipy.io.arff.loadarff
Enter search terms or a module, class or function name.