0

Given there are two people in a conference call, and knowing the callSid for one of the participants, how do I parse their audio to know if they're playing music and in realtime, know when they stop?

BisonAVC
  • 1,980
  • 2
  • 13
  • 12

1 Answers1

0

Twilio developer evangelist here.

There's no current way to get the live streaming audio of participants in a conference call so there is no way that you could apply any sound analysis to tell wether they are playing music or not.

philnash
  • 70,667
  • 10
  • 60
  • 88
  • Does Twilio plan to add some integration of this feature? – BisonAVC Jun 27 '18 at 17:06
  • There have been public demos of real time speech to text processing on participants in a conference, however I think that is provided via the text rather than by giving access to the raw audio. I don't know any more than that. – philnash Jun 27 '18 at 23:07