Skip to content

Commit

Permalink
音楽配信サービス内でのクレジット表記はタイトルかアーティストへ、というQ&Aを追加 (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored May 28, 2023
1 parent 4696fdd commit 123c0f1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 22 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,10 @@ jobs:
echo "${str_config//$'\n'/\\n}" | "${{ matrix.sed_name }}" -e 's/from: VOICEVOX_ENGINE_DIR,\\n[ ]*to: ""/from: VOICEVOX_ENGINE_DIR, to: "MacOS\/"/' -e s/'\\n'/\\$'\n'/g > vue.config.js
cat vue.config.js
- name: Set output Node version
id: node-version
shell: bash
run: echo "NODE_VERSION=$(cat .node-version)" >> $GITHUB_OUTPUT

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "${{ steps.node-version.outputs.NODE_VERSION }}"
node-version-file: ".node-version"

- name: Cache Node packages
uses: actions/cache@v3
Expand Down Expand Up @@ -324,15 +319,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set output Node version
id: node-version
shell: bash
run: echo "NODE_VERSION=$(cat .node-version)" >> $GITHUB_OUTPUT

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "${{ steps.node-version.outputs.NODE_VERSION }}"
node-version-file: ".node-version"

- name: Cache Node packages
uses: actions/cache@v3
Expand Down Expand Up @@ -626,15 +616,10 @@ jobs:
run: |
df -h
- name: Set output Node version
id: node-version
shell: bash
run: echo "NODE_VERSION=$(cat .node-version)" >> $GITHUB_OUTPUT

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "${{ steps.node-version.outputs.NODE_VERSION }}"
node-version-file: ".node-version"

- name: Cache Node packages
uses: actions/cache@v3
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ jobs:
cache-version: v2
steps:
- uses: actions/checkout@v3
- id: node-version
run: echo "NODE_VERSION=$(cat .node-version)" >> $GITHUB_OUTPUT

- uses: actions/setup-node@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "${{ steps.node-version.outputs.NODE_VERSION }}"
node-version-file: ".node-version"

- uses: actions/cache@v3
with:
Expand Down
6 changes: 6 additions & 0 deletions public/qAndA.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@ sudo apt install libfuse2
音声の最初や最後に音声クレジットを挿入してください。
キャラクターの利用規約に案内がある場合はそちらを優先してください。

### Q. 音楽配信サービスなどで公開する場合のクレジット表記はどうすれば良いですか?

概要欄の無い楽曲投稿系プラットフォームの場合、タイトルやアーティストなどの欄にクレジットを記載するか、楽曲中に音声クレジットを挿入してください。
タイトルの例「タイトル (VOICEVOX:キャラクター名)」「タイトル feat. キャラクター名(VOICEVOX)」など
アーティストの例「キャラクター名(VOICEVOX)」「VOICEVOX:キャラクター名」など

### Q. 会社や学校で使いたいです。

VOICEVOX で作成された音声は、クレジット表記をして頂ければ商用・非商用問わず使用できます。
Expand Down

0 comments on commit 123c0f1

Please sign in to comment.