Converting speech to text in iOS [closed]

2019-06-10 17:30发布

问题:

I'm looking for a sample example which implements open ear or any other speech recognizer to convert speech into text. Is there any tutorial which can help me out with the text to speech conversion.

回答1:

There are several libraries for speech to text coversion. You can use any of them.

They are as below :

  1. openears This is the best library for this.

  2. libsprec This uses the Google speech recognition APIs, so it supports multiple languages.

  3. VocalKit which uses the high-quality opensource PocketSphinx library (however, it currently supports English only).

Hope it helps you.