APIs for converting Voice/Audio data in to text

前端 未结 3 1459
渐次进展
渐次进展 2021-01-21 09:07

I am working on a iphone apps in which i am storing the voice of users as audio file and want to display in text.

How it will be ...any idea about APIs ??

Thanks

3条回答
  •  庸人自扰
    2021-01-21 10:01

    Have you seen CMU Sphinx ?

    Particularly, pocket sphinx (written in C)

    While more recognition oriented, it's been used for transcription before, so it will depend on what exactly you need:

    Further, have you considered a non-native/local API, i.e. a web service you could call with your voice data, or are you adamant about a native library/API ?

    For example, Ribbit has a platform for these sorts of things, and does support transcribing voice to text

    "How do I enable voice-to-text transcriptions? Available as a paid service, voice-to-text transcriptions are automatically available through the Ribbit API. Please use the $25 Free signup credit to try the service."

提交回复
热议问题