Skip to content

Commit

Permalink
ドキュメントからspeakerになっていることの案内を消す (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Nov 19, 2023
1 parent 276eda9 commit 1bfa91b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ curl -s \

生成される音声はサンプリングレートが 24000Hz と少し特殊なため、音声プレーヤーによっては再生できない場合があります。

`speaker` に指定する値は `/speakers` エンドポイントで得られる `style_id` です。互換性のために `speaker` という名前になっています
`style_id` に指定する値は `/speakers` エンドポイントで得られます

### 読み方を AquesTalk 記法で取得・修正するサンプルコード

Expand Down
2 changes: 0 additions & 2 deletions docs/VOICEVOX音声合成エンジンとの連携.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
- バージョンが上がっても、`/audio_query`で返ってくる値をそのまま`/synthesis`に POST すれば音声合成できるようにする予定です
- `AudioQuery`のパラメータは増えますが、なるべくデフォルト値で以前と変わらない音声が生成されるようにします
- バージョン 0.7 から音声スタイルが実装されました。スタイルの情報は`/speakers`から取得できます
- スタイルの情報にある`style_id``speaker`に指定することで、今まで通り音声合成ができます
- style_id の指定先が speaker なのは互換性のためです

0 comments on commit 1bfa91b

Please sign in to comment.