possible to stream live audio to a websocket using uniMRCP
154 views
Skip to first unread message
Shara Karasic
unread,
Jun 20, 2023, 8:57:38 PM6/20/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to UniMRCP
Hi,
We already use uniMRCP with Google Speech for speech recognition. We just got a customer request to stream live audio from a call to a websocket. Seems like it would be possible to do this with uniMRCP - can we do this using uniMRCP? Is there documentation on how to do this?
Thanks for any info!
Best,
Shara
P.S. I am a PM, not a developer.
Jones Luk
unread,
Jun 22, 2023, 5:44:27 AM6/22/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to UniMRCP
A simple answer is yes.
uniMRCP doesn't have good document.
But you can look at $unimrcp-source-root/plugins/mrcp-recorder/src/mrcp_recorder_engine.c, this guy save audio frames into a file when receive. You should be able to customize it so that frames are sent to websocket instead.