SciPy - Integration with Scientific Ecosystem
What is wrong with this code to read a WAV file?
import scipy.io.wavfile
rate, data = scipy.io.wavfile('music.wav')import scipy.io.wavfile
rate, data = scipy.io.wavfile('music.wav')scipy.io.wavfile is a module, not a function; it needs the .read() method to read files..read().15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions