We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

WebRTC and speech recognition services with Adherasion

Formal Metadata

Title
WebRTC and speech recognition services with Adherasion
Title of Series
Number of Parts
611
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language
Production Year2017

Content Metadata

Subject Area
Genre
Abstract
In the modern real time communication world, WebRTC is being paired withmultiple channels and services to provide an unparalleled customer experience.Utilizing automated speech recognition allows us to build advanced assistiveservices such as real time captioned phone calls for hearing impaired people,simultaneous translation tools and automated bot assistants. All of that canbe achieved leveraging modern open source software such as Adhearsion, theRuby telephony application framework, FreeSWITCH, Flite, PocketSphinx and(optionally) external APIs such as IBM Watson. Our experience in developingthat kind of service will be presented and discussed, plus code samples and alive demo. Wrapping FreeSWITCH's WebRTC capabilities with Adhearsion acting as the calllogic and the "glue" between parts makes creating rich ASR-enabledapplications easier. Adhearsion allows you to leverage the full power of Rubyto access APIs, send messaging and updates, and use databases. IntegratingFreeSWITCH with third party APIs who do not provide a direct interface, suchas IBM Watson and Wit.ai, through Adhearsion and Ruby. ASR and sentimentanalysis will provide our IVRs with an unparalleled ability to not onlyunderstand what callers say, but also what their desires and intent are.Dialplan applications can be complex to set up to use those APIs, and webapplications are not well suited to that type of application. Adhearsion, theRuby voice application framework, makes it easy and fun!