Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Twilio - Detect when user starts talking

I've integrated Twilio in a NodeJS application and I want to know if there is any way to detect using TwiML when a user starts talking while in the middle of a playback or when the synthesizer is talking? Like when you call to an IVR and the IVR is talking to you and you already know what to say and instead of waiting for it to finish you choose the option right away.

like image 341
Moshe Avatar asked Sep 05 '25 03:09

Moshe


1 Answers

Currently, Twilio does not support speech or voice recognition.

Source: https://www.twilio.com/help/faq/voice/does-twilio-support-speech-recognition

If

choose the option right away

means a key press, then you don't have to wait for the playback to finish.

like image 172
Alex Baban Avatar answered Sep 07 '25 22:09

Alex Baban