Real-time text-to-speech with Deepgram on React Native
I am trying to integrate STT and TTS using Deepgram and my custom LLM stack with headers into my React Native app. But I am struggling to find proper streaming packages that may allow me to use packets vs. sending the entire file once it is ready.