Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tky823/uv-torchaudio


https://github.com/tky823/uv-torchaudio

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# uv-torchaudio

Repository to use FFmpeg backend by torchaudio using uv.
We mainly focus on MacOS.

## MacOS

```sh
brew install ffmpeg@6 # torchaudio supports versions 4, 5, and 6.
homebrew_prefix="${HOMEBREW_PREFIX}" # or homebrew_prefix="$(brew --prefix)"
export DYLD_FALLBACK_LIBRARY_PATH="${homebrew_prefix}/opt/ffmpeg@6/lib"
python -c "import torchaudio; print(torchaudio.list_audio_backends())"
```