Skip to content

Commit

Permalink
Merge branch 'main' into onnxruntime-1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Aug 17, 2024
2 parents 8b2aa1d + 4a243d4 commit 5492845
Show file tree
Hide file tree
Showing 4 changed files with 3,208 additions and 12 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,10 @@ VOICEVOX をビルドするには以下の 3 つの onnx が必要です。
- サンプリング周波数は 24kHz

音素 id は辞書に依存します。また predict_duration.onnx や predict_intonation.onnx の出力はコアによって変換されて decode.onnx の入力になります。コアを変更しない場合は phoneme_length を元に f0 と phoneme が 93.75(=24k/256)Hz になるように変換されます。

## パッケージの追加・更新

```bash
poetry add `パッケージ名`
poetry export --without-hashes -o requirements.txt
```
Loading

0 comments on commit 5492845

Please sign in to comment.