pytorch / audio

Data manipulation and transformation for audio signal processing, powered by PyTorch
https://pytorch.org/audio
BSD 2-Clause "Simplified" License
2.43k stars 636 forks source link

how to install libtorchaudio for cpp project ? #3746

Open mullerhai opened 4 months ago

mullerhai commented 4 months ago

🐛 Describe the bug

HI ,I git clone audio project ,then add libtorch path to the audio CMakeTxt, try to make && make install ,but all finish ,I cannot find libtorchaudio.dylib file on my macos intel, only libtorchaudio.so libtorchaudio_sox.so in /usr/local/torchaudio

Versions

latest