-
Notifications
You must be signed in to change notification settings - Fork 502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TorchAudio constantly fails due to no backend #151
Comments
example failure: |
More context. even with a backend ( that must be in the OS) TorchAudio is not optimized to take in bytes see here: pytorch/audio#800 |
torchaudio uses installed libraries on the host to do decoding. If you install ffmpeg on your host it should be resolved. |
On an m1 Mac this is not so trivia it seems like torch audio does not look at the root directory nor the homebrew directory when searching for dylib files. |
torchaudio has been replaced with pyav in this PR: #182 |
* Add FileInputDevice
agents/livekit-plugins/livekit-plugins-openai/livekit/plugins/openai/tts.py
Line 46 in 27ea3c1
The synthesize function does not work because Torchaudio has no available backends. I'm trying to find a workaround.
The text was updated successfully, but these errors were encountered: