Speech to Text: Play MP3 message by itself and retrieve words

后端 未结 1 966
自闭症患者
自闭症患者 2021-01-07 14:45

I have few MP3 files which are speeches. I have used Android Speech to Text before so I know it can store spoken words. Is there any way where we can get the spoken words fr

相关标签:
1条回答
  • 2021-01-07 15:14

    There is no native way to convert an audio file that contains spoken words to text on Android. You'll need to use a third-party API to do this, such as.

    1. A&T
    2. Nuance
    3. iSpeech

    And perhaps Pocket Sphinx, although you may have to write the file input stream side of it yourself.

    If you're not concerned about breaking terms and conditions, you could use the Chrome Speech API.

    0 讨论(0)
提交回复
热议问题