Gemini TTS _pcm_to_mp3 used pydub.AudioSegment.export(format='mp3') which requires a system ffmpeg binary. Worker containers don't have ffmpeg installed (video ops run on Cloud Run). Switch to lameenc which is pure Python and encodes PCM→MP3 without any system binary. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api/v1 | ||
| core | ||
| lib | ||
| middleware | ||
| migrations | ||
| models | ||
| prompts | ||
| schemas | ||
| services | ||
| tasks | ||
| telemetry | ||
| main.py | ||