当我的音频包含长时间的静音时,如何让Google Speech API不会失败?

时间:2018-01-08 22:53:47

标签: google-speech-api

我正在使用Google Speech API转录音频,使用long-running-recognize endpointPython Cloud Speech API Client Library

我的音频文件通常为15-90分钟。在大多数情况下,API调用工作正常,返回我的音频转录。但是,如果我的音频包含长时间的静音(大约超过一分钟),则转录失败。 Python客户端库调用返回的错误是a←(n,n)⍴v,(n,n)⍴0

下面是一个简单的工作代码示例(一旦您下载了Python Cloud Speech API客户端库):

google.gax.errors.GaxError: Server unavailable, please try again later.

如何让Google Speech API长时间静音转录音频文件?

0 个答案:

没有答案