Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Bluemix 中的 Watson SpeechToText 中,示例音频文件是 wav。是否还支持其他文件格式?以 MP3 为例
最好的祝福
W
支持 audio/flac 和 audio/l16 MIME 类型。如果您使用 audio/l16 MIME 类型,请指定速率和通道。例如,“音频/l16;速率=48000;通道=2”。确保速率与捕获音频的速率相匹配。
超过 4MB 的音频需要流式传输。流媒体限制为 1 GB。
有关更多详细信息,请参阅API 参考和入门:)