it0/packages/services/voice-service/src/api
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
..
__init__.py Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
health.py Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
main.py feat: add OpenAI TTS/STT provider support in voice pipeline 2026-02-24 09:27:38 -08:00
session_router.py feat: add OpenAI TTS/STT provider support in voice pipeline 2026-02-24 09:27:38 -08:00
test_tts.py fix: resample OpenAI TTS output from 24kHz to 16kHz WAV 2026-02-25 05:38:39 -08:00
twilio_webhook.py Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00