我正在使用文本转语音 API (https://github.com/Azure-Samples/Cognitive-Speech-TTS/tree/master/Samples-Http/PHP( 的 Azure 代码示例,该示例返回音频,但我不明白如何捕获流以在浏览器中播放?
我正在尝试在此处构建文本到语音演示 https://azure.microsoft.com/en-us/services/cognitive-services/speech/
使用 file_put_contents 从 API 获取输出并将内容流式传输到文件
file_put_contents($speechfilenamemp,$result);