Skip to content

Commit

Permalink
Merge pull request #100 from shigobu/nemo対応
Browse files Browse the repository at this point in the history
VOICEVOX Nemoプリセット追加
  • Loading branch information
shigobu authored Nov 18, 2023
2 parents 53f0417 + 1267912 commit 8f2015c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Windows Defender にウイルスとして検知されてしまうと報告をう
スタイル登録ツールの「ポート変更機能」を使用して、VOICEVOX派生アプリのキャラクターを登録できます。「COEIROINKonVOICEVOX」「LMROID」「SHAREVOX」で動作していることを確認しています。これらのアプリはポート番号を登録しているので、リストから選択するだけでキャラクターの読み込みができます。

### 動作確認の取れているアプリ。
- VOICEVOX Nemo
- COEIROINKonVOICEVOX
- LMROID
- SHAREVOX
Expand Down
1 change: 1 addition & 0 deletions StyleRegistrationTool/View/ChangePortWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public ChangePortWindow(string appName, int port)

//プリセット作成
portComboBox.Items.Add(new Model.NameAndPort("VOICEVOX", 50021));
portComboBox.Items.Add(new Model.NameAndPort("VOICEVOX Nemo", 50121));
portComboBox.Items.Add(new Model.NameAndPort("COEIROINK", 50031));
portComboBox.Items.Add(new Model.NameAndPort("LMROID", 50073));
portComboBox.Items.Add(new Model.NameAndPort("SHAREVOX", 50025));
Expand Down

0 comments on commit 8f2015c

Please sign in to comment.