Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting audio file from media streams #45

Open
SalahEddineBC opened this issue Apr 13, 2020 · 2 comments
Open

Getting audio file from media streams #45

SalahEddineBC opened this issue Apr 13, 2020 · 2 comments

Comments

@SalahEddineBC
Copy link

Hello,
I am trying to get audio file from this media streams but i dint find any guide to do that, can someone guide me to do that ?

@jdejong
Copy link
Collaborator

jdejong commented Apr 14, 2020

@SalahEddineBC You do not just receive an assembled audio file. You get either a SipRec (learn more about the protocol here -- https://www.miarec.com/solutions/siprec-call-recording ) or you get an audio fragment delivered by a websocket connection. You can assemble those fragments into an audio file, or process one fragment at a time. But if you want to just get an audio file of the call then the recording API is probably a better fit -- https://www.twilio.com/docs/voice/api/recording . Hope that helps.

@derrickrodrigues
Copy link

Hi Team,

This service is for connecting Twilio with Dialogflow V2. Is there a updated service which does the same job with Dialogflow V3 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants