432 B
432 B
DeepgramSageMakerTTSServicenow correctly routes audio through the baseTTSServiceaudio context queue. Audio frames are delivered viaappend_to_audio_context()instead of being pushed directly, enabling proper ordering, interruption handling, and start/stop frame lifecycle management. Interruptions now trigger aClearmessage to Deepgram (flushing its text buffer) at the right time viaon_audio_context_interrupted.