how to import numpy array to a .wav file code example Example: np array to wav file import soundfile as sf sf.write('sound.wav', yourArray, 48000)