IBM Watson text-to-speechを試す(GET版)
- blumixのダッシュボードからWatson→Text to Speechでサービス作成
- ダッシュボードから作成したText to Speech選択→サービス資格情報を確認
- curlコマンドで↓な感じでしゃべらせたい言葉をtext=に埋め込む。(下の例は"今日はいい天気ですね"。要URLエンコード)
curl -u ユーザ名:パスワード --output hello_world.wav "https://stream.watsonplatform.net/text-to-speech/api/v1/synthesize?accept=audio/wav&text=%E4%BB%8A%E6%97%A5%E3%81%AF%E3%81%84%E3%81%84%E5%A4%A9%E6%B0%97%E3%81%A7%E3%81%99%E3%81%AD%E3%80%82&voice=ja-JP_EmiVoice"
成功するとカレントディレクトリにhello_world.wavという音声ファイルができているので再生して確認する。→ hello_world.wav
参考
Text to Speech APIリファレンス
IBM Watson text-to-speechを試す(Ruby GET版)
Author And Source
この問題について(IBM Watson text-to-speechを試す(GET版)), 我々は、より多くの情報をここで見つけました https://qiita.com/johnslith/items/0d891829ecca2750d119著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .