如何播放从Bing Text到Speech API返回的音频流?

时间:2017-08-09 21:57:49

标签: azure microsoft-cognitive azure-cognitive-services bing-speech

我使用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/

构建文字转语音演示

1 个答案:

答案 0 :(得分:0)

使用file_put_contents获取API的输出并将内容流式传输到文件

file_put_contents($speechfilenamemp,$result);