Text to Speech
Find a file
2026-03-15 17:01:49 +00:00
README.md README.md aktualisiert 2026-03-15 17:01:49 +00:00

fish-speech

Text to Speech

Option 3: Der "Mac Studio Way" (Native Fish-Speech) Da du Fish-Speech erwähntest und die Hardware hast, ist dies die Königsklasse. Docker auf dem Mac unterstützt die Apple GPU (Metal) für Audio oft nicht ideal. Native Installation ist bei 128GB RAM Wahnsinn:

Terminal:

Bash brew install ffmpeg cmake git clone https://github.com/fishaudio/fish-speech.git cd fish-speech python3 -m venv venv source venv/bin/activate pip install -e . Starten:

Bash python3 -m tools.api_server --listen 0.0.0.0:8000