Hello!
It is easy to convert audio (wav) to tensor using .load() command. But I am interested in reverse operation. Can someone help me?
Thanks!
Hello!
It is easy to convert audio (wav) to tensor using .load() command. But I am interested in reverse operation. Can someone help me?
Thanks!
Isn’t it torchaudio.save('amazing_sound.wav', sound, sample_rate)
?
By the way, you can find the doc here: http://pytorch.org/audio/