get audio data from wav file and store in numpy array code example Example: np array to wav file import soundfile as sf sf.write('sound.wav', yourArray, 48000)