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