-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update: 最低限必要な箇所だけを VOICEVOX / VOICEVOX ENGINE から AivisSpeech / Aivis…
…Speech Engine にリブランド 概ねすべて変更できているはず (問題があれば都度直す)
- Loading branch information
1 parent
ce866de
commit 71979b0
Showing
70 changed files
with
257 additions
and
1,028 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
VITE_APP_NAME=voicevox | ||
VITE_APP_NAME=AivisSpeech | ||
VITE_DEFAULT_ENGINE_INFOS=`[ | ||
{ | ||
"uuid": "074fc39e-678b-4c13-8916-ffca8d505d1d", | ||
"name": "VOICEVOX Engine", | ||
"uuid": "1b4a5014-d9fd-11ee-b97d-83c170a68ed3", | ||
"name": "AivisSpeech Engine", | ||
"executionEnabled": true, | ||
"executionFilePath": "vv-engine/run.exe", | ||
"executionFilePath": "AivisSpeech-Engine/run.exe", | ||
"executionArgs": [], | ||
"host": "http://127.0.0.1:50021" | ||
"host": "http://127.0.0.1:10101" | ||
} | ||
]` | ||
VITE_OFFICIAL_WEBSITE_URL=https://voicevox.hiroshiba.jp/ | ||
VITE_LATEST_UPDATE_INFOS_URL=https://raw.githubusercontent.com/VOICEVOX/voicevox_blog/master/src/data/updateInfos.json | ||
VITE_OFFICIAL_WEBSITE_URL=https://github.com/Aivis-Project/AivisSpeech | ||
VITE_LATEST_UPDATE_INFOS_URL=https://raw.githubusercontent.com/Aivis-Project/AivisSpeech/master/public/updateInfos.json | ||
VITE_GTM_CONTAINER_ID=GTM-DUMMY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
VITE_APP_NAME=voicevox | ||
VITE_APP_NAME=AivisSpeech | ||
VITE_DEFAULT_ENGINE_INFOS=`[ | ||
{ | ||
"uuid": "074fc39e-678b-4c13-8916-ffca8d505d1d", | ||
"name": "VOICEVOX Engine", | ||
"uuid": "1b4a5014-d9fd-11ee-b97d-83c170a68ed3", | ||
"name": "AivisSpeech Engine", | ||
"executionEnabled": true, | ||
"executionFilePath": "../voicevox_engine/run.exe", | ||
"executionFilePath": "../AivisSpeech-Engine/run.exe", | ||
"executionArgs": [], | ||
"host": "http://127.0.0.1:50021" | ||
"host": "http://127.0.0.1:10101" | ||
} | ||
]` | ||
VITE_OFFICIAL_WEBSITE_URL=https://voicevox.hiroshiba.jp/ | ||
VITE_LATEST_UPDATE_INFOS_URL=https://raw.githubusercontent.com/VOICEVOX/voicevox_blog/master/src/data/updateInfos.json | ||
VITE_OFFICIAL_WEBSITE_URL=https://github.com/Aivis-Project/AivisSpeech | ||
VITE_LATEST_UPDATE_INFOS_URL=https://raw.githubusercontent.com/Aivis-Project/AivisSpeech/master/public/updateInfos.json | ||
VITE_GTM_CONTAINER_ID=GTM-DUMMY |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ labels: バグ | |
|
||
<!-- 正しいと思う動作が明確であれば記載してください --> | ||
|
||
## VOICEVOXのバージョン | ||
## AivisSpeechのバージョン | ||
|
||
0.?.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ labels: 機能向上 | |
|
||
<!-- 実現方法について検討済みであるなら --> | ||
|
||
## VOICEVOXのバージョン | ||
## AivisSpeechのバージョン | ||
|
||
0.?.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ labels: question | |
|
||
<!-- ここに記載してください --> | ||
|
||
## VOICEVOXのバージョン | ||
## AivisSpeechのバージョン | ||
|
||
0.?.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ | |
|
||
ダミー謝辞 | ||
|
||
[ダミーリンク](https://voicevox.hiroshiba.jp/) | ||
[ダミーリンク](https://github.com/Aivis-Project/AivisSpeech) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.