I need to extract the audio file from a gathered speech of an in-progress call in twilio instead of the text result of the speech which is accessible using event.SpeechResult() function. I had tried checking out the API and even logging the event but wasn't able to get the required info.
Asked
Active
Viewed 150 times
1 Answers
1
Audio data is not present in <Gather>
API. It only gives the transcribed speech result. To get the audio data, <Record>
should be used in the similar manner.

kanwal019
- 95
- 11
-
you mean Record verb should be used? – weima Mar 23 '18 at 18:08