AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

Is there any speech recognition and text to speech tools for chatbots?
 
 

It seems, neither siri nor google now open API for chatbots. Do you guys have any idea to add sr and tts for chatbots?

 

 
  [ # 1 ]

https://www.chatbots.org/ai_zone/viewthread/2173/

 

 
  [ # 2 ]

Microsoft has the Bing Speech API that gives you quick access to speech-to-text and text-to-speech: https://azure.microsoft.com/en-us/try/cognitive-services/?api=speech-api

 

 
  [ # 3 ]

For web HTML5 supports TTS and STT.

https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API

TTS works on Chrome, Firefox, and Safari
STT works on Chrome.

For mobile both Android and iOS support TTS and STT APIs.

https://developer.android.com/reference/android/speech/package-summary.html

https://developer.apple.com/documentation/speech

Bot Libre’s open source web and mobile SDK also support TTS and STT (JavaScript, Android Java, iOS Objective C)

https://www.botlibre.com/sdk.jsp

You can also connect a bot on Bot Libre to any bot that supports a web API, to add TTS, STT, avatars, web, mobile, social media…

 

 
  login or register to react