Converting speech to text in iOS [closed]

2019-06-10 17:15发布

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条回答
贼婆χ
2楼-- · 2019-06-10 18:02

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.

查看更多
登录 后发表回答