2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

voicevoxエンジンをたたいてみるの巻

Posted at

voicevoxエンジンをpostman経由で叩いてみる。作ったものがうまく動かなかったときの問題点切り分けに使おうかと思ったけどこちらも供養

postmanのインストール

みんな大好きpostman
https://www.postman.com/downloads/

リクエストの設定①

postで以下のURLに投げるとjsonが返ってくる

http://localhost:50021/audio_query?text=テスト&speaker=1

image.png

リクエストの設定②

そのままjsonをコピペして「ボディ>Raw」に貼り付け。パラメータは1と同一のものを設定しておく。

image.png

送信すると画像のように音声が返ってくるのでtextの文字列が再生されてるかどうか確認する。

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?