User->OPUS->Externalmedia slin16 (16 bit Signed Linear PCM (16kHz) HD audio → ASR providers works fine
TTS providers → pcm_s16le (16 bit Signed Linear PCM (16kHz) HD audio → Externalmedia RTP ulaw → works, but its a non HD
Trying to achieve TTS HD audio playback at least 16kHz
What have I tried so far?
- TTS providers → pcm_s16le (16 bit Signed Linear PCM (16kHz) HD audio → Externalmedia RTP with slin16 with payload type 118 → doesn’t work. I see a thread where
Dynamic payloads, such as those used by opus, are not currently supported. Only statically defined payloads (such as ulaw, alaw, g722) are supported
- TTS providers → pcm_s16le (16 bit Signed Linear PCM (16kHz) HD audio → Externalmedia RTP with g722 → about to try but there is thread where
G.722 is more complex than that, and will have lower quality than 16 bit 16kHz signed linear.
What is the better way to achieve TTS HD audio playback? Any hints’d be highly appreciative