bshall / knn-vc

Voice Conversion With Just Nearest Neighbors
https://bshall.github.io/knn-vc/
Other
450 stars 65 forks source link

out_wav is a wav file? #12

Closed fangg2000 closed 1 year ago

fangg2000 commented 1 year ago

How can I save the out_wav to a wav file? thanks very much.

fangg2000 commented 1 year ago

torchaudio.save('/home/fangg/tts/save_voice/tmp/knn_test.wav', out_wav[None], 16000)

I get it