hwangjeff
hwangjeff
Adds first version of iOS build script that includes only csrc files with no third party dependencies. Sample run command: ``` LIBTORCH_HEADER_ROOT="/path/LibTorch-Lite/install/include" IOS_ARCH="x86_64" ./build_ios.sh ```
## Overview We propose the following end state for TorchAudio’s I/O functions info, load, save: * FFmpeg is the primary backend for TorchAudio’s I/O functions info, load, save. * FFmpeg-,...
Hello all! Currently, TorchAudio doesn’t provide much support for music use cases. We’d like to gauge interest from the community in our improving that support. Some requests we’ve received include...