Skip to content

Commit

Permalink
to 0.19.2 (#210)
Browse files Browse the repository at this point in the history
* 音声更新

* スタイル追加
  • Loading branch information
Hiroshiba authored May 30, 2024
1 parent 3c1ec74 commit 412a318
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 36 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ npm run preview-build
## add resource

```bash
editor_tag="0.19.1"
editor_tag="0.19.2"
editor_url="https://raw.githubusercontent.com/VOICEVOX/voicevox/$editor_tag"

resource_tag="0.19.0"
resource_tag="0.19.1"
resource_url="https://raw.githubusercontent.com/VOICEVOX/voicevox_resource/$resource_tag"

# 規約
Expand Down
Binary file added src/audios/talk/goki-angry-001.wav
Binary file not shown.
Binary file added src/audios/talk/goki-angry-002.wav
Binary file not shown.
Binary file added src/audios/talk/goki-angry-003.wav
Binary file not shown.
Binary file added src/audios/talk/goki-oni-001.wav
Binary file not shown.
Binary file added src/audios/talk/goki-oni-002.wav
Binary file not shown.
Binary file added src/audios/talk/goki-oni-003.wav
Binary file not shown.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CharacterKey } from "./types/dormitoryCharacter"

export const APP_VERSION = "0.19.1"
export const APP_VERSION = "0.19.2"
export const NEMO_VERSION = "0.14.0"

export const characterKeys: CharacterKey[] = [
Expand Down
7 changes: 7 additions & 0 deletions src/data/updateInfos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"version": "0.19.2",
"descriptions": [
"キャラクター「後鬼」のスタイルを追加"
],
"contributors": []
},
{
"version": "0.19.1",
"descriptions": [
Expand Down
2 changes: 2 additions & 0 deletions src/hooks/useDetailedCharacterInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ export const useDetailedCharacterInfo = () => {
後鬼: [
{ name: "人間ver.", id: "normal", type: "talk" },
{ name: "ぬいぐるみver.", id: "nuigurumi", type: "talk" },
{ name: "人間(怒り)ver.", id: "angry", type: "talk" },
{ name: "鬼ver.", id: "oni", type: "talk" },
{ name: "人間ver.", id: "normal", type: "humming" },
{ name: "ぬいぐるみver.", id: "nuigurumi", type: "humming" },
],
Expand Down
58 changes: 29 additions & 29 deletions src/markdowns/howToUse.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/scripts/linuxInstallCpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ EOS
exit 1
fi

curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.19.1/build/installer_linux.sh >tmp_voicevox_installer.sh
VERSION=0.19.1 NAME=linux-cpu-appimage bash tmp_voicevox_installer.sh
curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.19.2/build/installer_linux.sh >tmp_voicevox_installer.sh
VERSION=0.19.2 NAME=linux-cpu-appimage bash tmp_voicevox_installer.sh
rm tmp_voicevox_installer.sh
4 changes: 2 additions & 2 deletions src/scripts/linuxInstallNvidia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ EOS
exit 1
fi

curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.19.1/build/installer_linux.sh >tmp_voicevox_installer.sh
VERSION=0.19.1 NAME=linux-nvidia-appimage bash tmp_voicevox_installer.sh
curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.19.2/build/installer_linux.sh >tmp_voicevox_installer.sh
VERSION=0.19.2 NAME=linux-nvidia-appimage bash tmp_voicevox_installer.sh
rm tmp_voicevox_installer.sh
1 change: 1 addition & 0 deletions src/vvproject/goki.vvproj

Large diffs are not rendered by default.

0 comments on commit 412a318

Please sign in to comment.