mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-12-16 11:47:48 +01:00
docs
This commit is contained in:
@@ -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.
|
||||
|
||||

|
||||
|
||||
##### Device
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user