fix: add torchcodec to requirements for torchaudio backend

Newer torchaudio versions default to the TorchCodec backend for loading
audio files. Without it installed, omnivoice fails with ImportError when
loading reference audio.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-09 23:31:40 +02:00
parent f8657aca80
commit 9f2683cd54
+1
View File
@@ -6,3 +6,4 @@ pydub
tensorboardx
webdataset
beautifulsoup4
torchcodec