You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, I want to build a live voice translated app.
Let suppose client A speaks English and client B speaks German.
When client A makes a voice call to client B, then during a call I want to get client A audio and dubbed that audio file into a German language and then place that audio file into the call again. So that user B listen it in German and vice versa.
Is it possible? How can I do that with Twilio?
The text was updated successfully, but these errors were encountered:
@shehzadraheem hmm.. there is not an easy way to do this... Twilio doesn't offer an on device dubbing service. Do you have your own dubbing service that is very low latency (sub 100 ms)?....
If so, while its not simple, what you could do is create a custom audio device, and then when you receive the incoming PCM data, you could send that PCM data in real-time to the dubbing service and then have the dubbing service route the audio to the phones speaker.
@afalls-twilio Thanks for your response.
According to this Twilio article, when user call to a Twilio phone number, then his voice will be converted to text (speech-to-text).
There is another article in which ElevenLabs, is integrated with Twilio, and they performed (text-to-speech)
I can merge them.
Now my concern is, how can I call from Twilio phone number to other Twilio phone number (number-to-number)?
Instead of client ID to number or client ID to client ID.
Actually, I want to build a live voice translated app.
Let suppose client A speaks English and client B speaks German.
When client A makes a voice call to client B, then during a call I want to get client A audio and dubbed that audio file into a German language and then place that audio file into the call again. So that user B listen it in German and vice versa.
Is it possible? How can I do that with Twilio?
The text was updated successfully, but these errors were encountered: