【发布时间】:2017-01-16 06:02:38
【问题描述】:
我正在使用here 提供的 TTS 的 python 示例,它似乎一切正常:
$ python3 python_projects/TTSSample.py
Connect to server to get the Access Token
200 OK
Access Token: eyJ0eXAiOiJKV1QiLCJhMiOiJ1cm46bXMuY29nbml0[truncated]
Connect to server to synthesize the wave
200 OK
The synthesized wave length: 9040
但是,我的期望是直接从我的计算机上听到翻译后的文本,但这并没有发生。我是否遗漏了任何步骤?
我需要做什么才能听到合成文本的声音版本?我正在使用 Mac。
【问题讨论】:
标签: speech-recognition text-to-speech bing-api microsoft-cognitive