Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

poetryを利用したバージョン固定 #26

Merged
merged 1 commit into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ onnxモデルをそのまま改良するのはかなり専門的な知識が必

## 環境構築

Python 3.7.2 で開発しました。 3.7 台なら動くと思います。
Python 3.9.19 で開発しました。 3.9 台なら動くと思います。

```bash
# 5分くらいかかります
Expand Down 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
Loading