perf: switch QwenTTSService to Qwen3-TTS 0.6B for 3x faster generation and lower memory

This commit is contained in:
Adolfo Reyna
2026-08-13 22:54:04 -04:00
parent c95d738f88
commit bcd6cfb500
+1 -1
View File
@@ -20,7 +20,7 @@ CUSTOM_VOICES_DIR = Path(__file__).resolve().parent / "custom_voices"
JV_SAMPLE_WAV = Path.home() / "Library/Application Support/sh.voicebox.app/profiles/2f4e8f2e-dbc4-43fc-b940-c6ca7ac694c7/c496be86-267d-4793-b26a-7beead57fbd4.wav" JV_SAMPLE_WAV = Path.home() / "Library/Application Support/sh.voicebox.app/profiles/2f4e8f2e-dbc4-43fc-b940-c6ca7ac694c7/c496be86-267d-4793-b26a-7beead57fbd4.wav"
JV_SAMPLE_TEXT = "I have completed a diagnostic scan of your current schedule, and it appears several conflicts have arisen. While I have taken the liberty of reorganizing your morning appointments to ensure maximum efficiency, I cannot account for human fatigue. Perhaps a second cup of coffee would be a logical next step." JV_SAMPLE_TEXT = "I have completed a diagnostic scan of your current schedule, and it appears several conflicts have arisen. While I have taken the liberty of reorganizing your morning appointments to ensure maximum efficiency, I cannot account for human fatigue. Perhaps a second cup of coffee would be a logical next step."
MODEL_ID = "mlx-community/Qwen3-TTS-12Hz-1.7B-Base-bf16" MODEL_ID = "mlx-community/Qwen3-TTS-12Hz-0.6B-Base-bf16"
class QwenTTSService(TTSService): class QwenTTSService(TTSService):