How to convert .wav file to a numpy array and then back to a .wav file format without losing quality/having the same audio without any noise?
I seem to be unable to convert a .wav file to a numpy array , and then back to .wav. The audio gets too noisy.
I tried using scipy.io.wavfile.read() ,and librosa.