Is there any Asterisk feature that can stream raw audio from calls over Websockets? Addition to that, play back an audio stream from a Websocket connection as well. Looking for replacements for Twilio Media Streams
I have come across similar projects on Asterisk but they do not use Websockets for audio communication. Referring to External Media Channel, Audiosocket.
No, there is no current support for arbitrary raw audio over Websockets. The AEAP module could facilitate it in the future, but it’s for speech to text only at the moment.
Thanks! That looks great but on a cursory look it seems like Vosk WSS are being sent the audio, however I was looking for bidirectional audio transfer with Websockets.