Skip to content

Commit

Permalink
3期生追加 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Feb 27, 2022
1 parent 14ecc0e commit 103ebef
Show file tree
Hide file tree
Showing 55 changed files with 59 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"speakerName": "青山龍星",
"speakerUuid": "4f51116a-d9ee-4516-925d-21f183e2afad",
"styles": [
{
"styleId": 13
}
]
}
6 changes: 6 additions & 0 deletions character_info/4f51116a-d9ee-4516-925d-21f183e2afad/policy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
個人が青山龍星の音声ライブラリを用いて生成した音声は、
「VOICEVOX:青山龍星」とクレジットを記載すれば、商用・非商用で利用可能です。
ただし企業が携わる形で利用する場合は、「ななはぴ(https://v.seventhh.com/contact/)」に対し事前確認を取る必要があります。

利用規約の詳細は以下をご確認ください。
https://virvoxproject.wixsite.com/official/voicevoxの利用規約
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"speakerName": "冥鳴ひまり",
"speakerUuid": "8eaad775-3119-417e-8cf4-2a10bfd592c8",
"styles": [
{
"styleId": 14
}
]
}
5 changes: 5 additions & 0 deletions character_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/policy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
冥鳴ひまりの音声ライブラリを用いて生成した音声は、
「VOICEVOX:冥鳴ひまり」とクレジットを記載すれば、商用・非商用で利用可能です。

利用規約の詳細は以下をご確認ください。
https://kotoran8zunzun.wixsite.com/my-site/利用規約
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"speakerName": "玄野武宏",
"speakerUuid": "c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f",
"styles": [
{
"styleId": 11
}
]
}
5 changes: 5 additions & 0 deletions character_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/policy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
玄野武宏の音声ライブラリを用いて生成した音声は、
「VOICEVOX:玄野武宏」とクレジットを記載すれば、商用・非商用で利用可能です。

利用規約の詳細は以下をご確認ください。
https://virvoxproject.wixsite.com/official/voicevoxの利用規約
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"speakerName": "白上虎太郎",
"speakerUuid": "e5020595-5c5d-4e87-b849-270a518d0dcf",
"styles": [
{
"styleId": 12
}
]
}
5 changes: 5 additions & 0 deletions character_info/e5020595-5c5d-4e87-b849-270a518d0dcf/policy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
白上虎太郎の音声ライブラリを用いて生成した音声は、
「VOICEVOX:白上虎太郎」とクレジットを記載すれば、商用・非商用で利用可能です。

利用規約の詳細は以下をご確認ください。
https://virvoxproject.wixsite.com/official/voicevoxの利用規約
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions resize.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -euxv

if ! command -v convert file &> /dev/null; then
echo "install: file, imagemagick">&2
Expand All @@ -8,6 +9,7 @@ elif ! [ -d ./character_info ]; then
exit 1
fi

# *.png があったら .png_large にリネームしたあと 256x256 の .png を作成する
for i in ./character_info/*/icons/*.png; do
file "$i" | grep -q '256 x 256' && continue
echo "---"
Expand Down

0 comments on commit 103ebef

Please sign in to comment.