What is your current level of experience in freelance work?
I have a stream coming to a websocket from Telnyx and I am trying to forward the stream to DeepGram for real time processing. I have the websocket setup and Telnyx successfully streams the live call to my WSS but I can't seem to get the steam to forward to DeepGram API. I need to be able to process with DeepGram API so I can convert the raw audio to text in realtime and then save that conversation to a JSON file. I have everything setup on my local server with SSH tunnel through NGROK for testing purposes. I would just send you my scripts and you can play around with it until you get it. Thank you!