how to convert text from audio clip? [duplicate]

可紊 提交于 2019-12-13 08:18:39

问题


I have an audio file link came from json file now I need to convert the audio clip to text and this text should compare with a speech to text in android programming. how to convert this audio file to text, I had googled a lot, still didn't find the correct answer, any suggestions will be greatly appreciated.


回答1:


use two powerful natural language-oriented APIs offered by the Google Cloud Machine Learning platform: Cloud Speech API and Cloud Natural Language API. By using them together, you can create apps that can handle speech in a variety of widely spoken languages.

An application that can process speech must have the following capabilities:

  1. It must be able to extract individual words from raw audio data.
  2. It must be able to make educated guesses about the grammatical relationships between the words it has extracted.

The Cloud Speech and Cloud Natural Language APIs enable you to add the above capabilities to your Android app in a matter of minutes.



来源:https://stackoverflow.com/questions/49979809/how-to-convert-text-from-audio-clip

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!