我遇到的问题与此家伙帖子中所述完全相同:
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"