No commit activity in last 3 years
No release in over 3 years
Microsoft Oxford Speech API, Speech to Text, Text to Speech functionality
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

oxford-speech-api

Ruby gem for Microsoft Oxford Speech api

Usage

require 'oxford-speech-api'
api = OxfordSpeechApi.new("clientId", "secret")
api.speech2text("file.wav", "audio/wav", "8000") # returns json
api.text2speech("hello world") # return wav