This commit is contained in:
vegu-ai-tools
2025-12-05 17:27:22 +02:00
parent 82f72d2a0d
commit 19f30a5991
2 changed files with 4 additions and 10 deletions

View File

@@ -2,15 +2,6 @@
Local zero shot voice cloning from .wav files.
!!! warning "FFmpeg Required"
Chatterbox requires FFmpeg for audio processing. If you encounter errors like `Could not load libtorchcodec` or `FFmpeg version 8: Could not load this library`, you need to install FFmpeg.
**Windows:** Run `install-ffmpeg.bat` from the Talemate root directory.
**Linux/macOS:** Install FFmpeg using your system package manager (versions 4-8 supported).
See the [TTS Troubleshooting Guide](troubleshooting.md#ffmpeg-not-found) for more details.
![Chatterbox API settings](/talemate/img/0.32.0/chatterbox-api-settings.png)
##### Device

View File

@@ -4,7 +4,10 @@ Common issues and solutions for Text-to-Speech functionality in Talemate.
## FFmpeg Not Found
Several TTS providers (including [Chatterbox](chatterbox.md) and potentially others) require FFmpeg for audio processing.
Several TTS providers (including [Chatterbox](chatterbox.md) and [F5-TTS](f5tts.md)) require FFmpeg for audio processing.
!!! note "Auto-Installation"
FFmpeg is automatically installed during the initial Talemate installation on Windows. If you encounter FFmpeg errors, the installation may have failed or been skipped.
### Symptoms