Skip to content

Commit

Permalink
to 0.20.0 (#2193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Jul 31, 2024
1 parent 860467f commit b159696
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ on:

env:
VOICEVOX_ENGINE_REPO_URL: "https://github.com/VOICEVOX/voicevox_engine"
VOICEVOX_ENGINE_VERSION: 0.20-preview.1
VOICEVOX_RESOURCE_VERSION: 0.19.1
VOICEVOX_ENGINE_VERSION: 0.20.0
VOICEVOX_RESOURCE_VERSION: 0.20.0
VOICEVOX_EDITOR_VERSION:
|- # releaseタグ名か、workflow_dispatchでのバージョン名か、999.999.999-developが入る
${{ github.event.release.tag_name || github.event.inputs.version || '999.999.999-develop' }}
Expand Down
16 changes: 13 additions & 3 deletions public/howtouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ GPU をお持ちの方は、音声の生成がずっと速い GPU モードを

## ショートカットキー

「設定」の「キー割り当て」で変更することができます
「設定」の「キー割り当て」でショートカットキーを表示・変更することができます
(Mac 版をご利用の場合は Ctrl を Command に、Alt を Option に読み替えてください。)

- 上下キー
Expand Down Expand Up @@ -252,6 +252,8 @@ GPU をお持ちの方は、音声の生成がずっと速い GPU モードを
- 全体のイントネーションをリセット
- `R`
- 選択中のイントネーションをリセット
- `Ctrl` + 数字
- 数字番目のキャラクターを選択

## ツールバーのカスタマイズ

Expand Down Expand Up @@ -330,14 +332,22 @@ VOICEVOX では、歌声合成機能がプロトタイプ版として提供さ

### ピッチ編集

「設定」→「オプション」→「実験的機能」から「ソング:ピッチ編集機能」をONにすることで、歌の音程を細かく制御することができます。
ツールバーからピッチ編集モードに切り替えることで、歌の音程を細かく制御することができます。

### インポート

様々な形式のプロジェクトファイルをインポートすることができます。

### マルチトラック

「設定」→「オプション」→「実験的機能」から「ソング:マルチトラック機能」をONにすることで、複数のトラックを編集・再生できるようになります。

### ソング機能のよくある質問

Q. 赤くなって声が再生されない
A. なにかしらのエラー状態を示しています。現在のバージョンでは、1つのノート(音符)につき日本語1文字分のみ入力できます。またノートが重なっていてもエラーとなります。

Q. 思った高さの音が出ない
Q. 思った高さの音が出ない
A. 音域がずれている可能性があります。「音域調整」で調整してみてください。

## オプション
Expand Down
2 changes: 1 addition & 1 deletion public/qAndA.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Windows/Mac/Linux 搭載の PC に対応しています。

※Windows:Windows 10・Windows 11
※Mac:macOS 12(Monterey)以降
※Linux:Ubuntu 20.04
※Linux:Ubuntu 20.04・Ubuntu 22.04

#### GPU 版

Expand Down
41 changes: 39 additions & 2 deletions public/updateInfos.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,46 @@
[
{
"version": "0.19.2",
"version": "0.20.0",
"descriptions": [
"キャラクター「後鬼」のスタイルを追加"
"起動を高速化",
"Apple Silicon macOSに対応",
"ヘルプダイアログのデザインを刷新",
"トーク:デフォルトプリセットが再登録できないバグの修正",
"トーク:全選択ショートカットキーを追加",
"トーク:キャラクター選択ショートカットキーを追加",
"ソング:歌声に呼吸音が被る問題を修正",
"ソング:様々な形式のプロジェクトファイルのインポートに対応",
"ソング:実験的機能としてマルチトラック機能を追加",
"ソング:ピッチ編集機能を通常機能に",
"開発環境の向上",
"バグ修正"
],
"contributors": [
"cm-ayf",
"Hiroshiba",
"honey32",
"jdkfx",
"madosuki",
"nix6839",
"nmori",
"RikitoNoto",
"romot-co",
"sabonerune",
"Segu-g",
"sevenc-nanashi",
"ShimagayaSatoka",
"sigprogramming",
"takusea",
"tarepan",
"tsym77yoshi",
"weweweok",
"White-Green",
"X-20A"
]
},
{
"version": "0.19.2",
"descriptions": ["キャラクター「後鬼」のスタイルを追加"],
"contributors": []
},
{
Expand Down

0 comments on commit b159696

Please sign in to comment.