Update README.MD
#1
by
faisaljan - opened
To save output in a Wav file, Scipy requires it to be a numpy array. Therefore, we first need to convert Pytorch tensor to a numpy array, then we can save the audio file.
To save output in a Wav file, Scipy requires it to be a numpy array. Therefore, we first need to convert Pytorch tensor to a numpy array, then we can save the audio file.