Transcribe live phone calls using Twilio Media Streams
YouTube Viewers YouTube Viewers
79.3K subscribers
22,017 views
0

 Published On May 24, 2021

NOTE: The commands to purchase a local number in the CLI has changed to:
List local numbers: twilio api:core:available-phone-numbers:local:list \
--area-code 209 --country-code US
Purchase an available number: twilio api:core:incoming-phone-numbers:create \
--phone-number "+12092645211"

Twilio Media Streams makes some really amazing things possible. Want to learn how to use it? Watch this video!

Sign up for a free Twilio API key: https://www.twilio.com/try-twilio?utm...

All links mentioned in the video can be found in the Related Links section of this description (this includes the blog post and the code!).

If you've ever wanted to work with a live transcription of your phone calls (for on screen display, sentiment analysis, translation, etc.) Twilio Media Streams is just the right tool for the job. Twilio Media Streams gives you access to the raw audio streams of your active calls. If we take that stream and pass it to something like Google's Speech-to-Text API, we can gain access to the words being said on the call and use it within our applications! In this video we'll just show them on screen but the sky's the limit for what you could do with this text in your own applications.

Thanks for watching!

=== TIMESTAMPS ===

00:00 Intro
0:33 Prerequisites
0:48 Application Architecture
01:36 Start of the build
02:05 Description of Media Stream events
04:25 Link the application to a Twilio phone number
05:38 Initial test phone call
05:57 Connecting the app to Google Text-To-Speech
08:04 Testing the completed application

=== RELATED LINKS ===

šŸ“„ Check out the blog post for this video: https://www.twilio.com/blog/live-tran...
šŸ‘©ā€šŸ’» Get the code from GitHub: https://github.com/nokenwa/twilio-med...

=== SOCIALS ===
šŸ‘Øā€šŸ‘©ā€šŸ‘§ā€šŸ‘¦ Check out the Twilio Forums https://forums.twilio.com?utm_source=youtube&utm_medium=video&utm_campaign=project_saiyan&utm_content=transcribe_calls
šŸ‘Øā€šŸ‘©ā€šŸ‘§ā€šŸ‘¦ Join the Twilio community on our Discord server! Ā Ā /Ā discordĀ Ā 
šŸŽ„ Follow Nathaniel on Twitch Ā Ā /Ā chatterboxcoderĀ Ā 
šŸŽ„ Follow TwilioDevs on Twitch Ā Ā /Ā twiliodevsĀ Ā 
šŸ¤ Nathaniel's Twitter Ā Ā /Ā chatterboxcoderĀ Ā 
šŸ¤ TwilioDevs Twitter Ā Ā /Ā twiliodevsĀ Ā 

#twilio #api #education

show more

Share/Embed