it0/packages/services/voice-service
hailin 5be7f9c078 fix: resample OpenAI TTS output from 24kHz to 16kHz WAV
OpenAI TTS returns 24kHz audio which Android MediaPlayer can't play
via FlutterSound's pcm16WAV codec. Request raw PCM and resample to
16kHz before wrapping in WAV header, matching the local TTS format.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 05:38:39 -08:00
..
src fix: resample OpenAI TTS output from 24kHz to 16kHz WAV 2026-02-25 05:38:39 -08:00
Dockerfile fix: upgrade faster-whisper to 1.2.1 to resolve av build failure 2026-02-19 16:40:04 -08:00
requirements.txt feat: add OpenAI TTS/STT API endpoints for comparison testing 2026-02-24 07:20:03 -08:00