How can I transcribe a speech file with the Bing Speech API in Python?

有些话、适合烂在心里 提交于 2019-12-06 02:25:59

you can convert large files upto the extent of 10 min using bing speech but you need to build a websocket for it as it the other alternative within bing for large audio files. Here is the github repo bing speech

You can also use batch transcription with larger files.

https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/batch-transcription

The files need to be stored on Azure Blob Storage first.

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