dagrawal
(Divyansh Agrawal)
1
Hi,
I am using torchaudio in python to read wave files. However, torchaudio isn’t available in C++, so is there any alternate way to do this?
The discussion topic above is for the same issue. The solution provided there point to a page (https://github.com/pytorch/audio/blob/master/torchaudio/torch_sox.cpp) that does not exist.
dagrawal
(Divyansh Agrawal)
2
Hello @ptrblck, can you help me with this please?
I guess the current approach would be to use torchaudio::sox::load_audio_file
from torchaudio/csrs/sox/io.cpp
.
dagrawal
(Divyansh Agrawal)
4
Thank you, I will try it out!