当我使用我的代码与google speech api进行交互时,我遇到了麻烦。我从以下链接中了解了参考资料。 JAVA using google speech recognition API
当我使用他的flac文件时,我从谷歌api获取文本,但当我使用我的flac文件时,我收到以下错误 完成
Exception in thread "main" java.io.IOException: Error writing to server
at sun.net.www.protocol.http.HttpURLConnection.writeRequests(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.writeRequests(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
at test.TestGoogleApiForSpeechRecognition.main(TestGoogleApiForSpeechRecognition.java:42)
我已经从Windows渲染器录制并使用转换器将其转换为flac。 coode如下:
并且flac文件位于以下链接