文字转语音API返回空白音频文件

时间:2018-07-06 14:08:02

标签: api curl audio text-to-speech watson-text-to-speech

我遇到的问题与此家伙帖子中所述完全相同:

IBM Watson TTS example return a blank audio file

事情是: -他没有给出解决问题的答案,我被告知要自己做一个话题来寻找答案。

有人愿意帮助吗? 谢谢。

PS:

这是我的确切代码,以防万一...

curl -X POST -u 126fef7d-efed-4a0f-8a14-01725796e699:7YGqzTvkdDuy \
--header "Content-Type: application/json" \
--header "Accept: audio/mp3" \
--data "{\"text\":\"Bonjour à tous!\"}"
--output bonjour_les_gens.mp3 \
"https://stream.watsonplatform.net/text-to-speech/api/v1/synthesize?voice=fr-FR_ReneeVoice"

0 个答案:

没有答案