diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af042208c1..92f8ea36e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: env: - VOICEVOX_ENGINE_REPO_URL: "https://github.com/Hiroshiba/voicevox_engine" + VOICEVOX_ENGINE_REPO_URL: "https://github.com/VOICEVOX/voicevox_engine" VOICEVOX_ENGINE_VERSION: 0.10.preview.10 VOICEVOX_RESOURCE_VERSION: 0.10.preview.3 @@ -163,7 +163,7 @@ jobs: - name: Checkout Product Version Resource uses: actions/checkout@v2 with: - repository: Hiroshiba/voicevox_resource + repository: VOICEVOX/voicevox_resource ref: ${{ env.VOICEVOX_RESOURCE_VERSION }} path: resource diff --git a/README.md b/README.md index c4715b7bcc..0f40a2fe1f 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ [VOICEVOX](https://voicevox.hiroshiba.jp/) のエディターです。 -(エンジンは [VOICEVOX ENGINE](https://github.com/Hiroshiba/voicevox_engine/) 、 -コアは [VOICEVOX CORE](https://github.com/Hiroshiba/voicevox_core/) 、 +(エンジンは [VOICEVOX ENGINE](https://github.com/VOICEVOX/voicevox_engine/) 、 +コアは [VOICEVOX CORE](https://github.com/VOICEVOX/voicevox_core/) 、 全体構成は [こちら](./docs/全体構成.md) に詳細があります。) ## 環境構築 [.node-version](.node-version) に記載されているバージョンの Node.js をインストールしてください。 -Node.js をインストール後、[このリポジトリ](https://github.com/Hiroshiba/voicevox.git) を +Node.js をインストール後、[このリポジトリ](https://github.com/VOICEVOX/voicevox.git) を Fork して `git clone` し、次のコマンドを実行してください。 ```bash @@ -25,7 +25,7 @@ npm ci npm run electron:serve ``` -音声合成エンジンのリポジトリはこちらです +音声合成エンジンのリポジトリはこちらです ## 貢献者の方へ diff --git a/build/installer_linux.sh b/build/installer_linux.sh index 625106b7df..c723744e32 100755 --- a/build/installer_linux.sh +++ b/build/installer_linux.sh @@ -27,7 +27,7 @@ BANNER NAME=$(basename "${NAME:-linux-nvidia-appimage}") VERSION=$(basename "${VERSION:-}") -REPO_URL=${REPO_URL:-https://github.com/Hiroshiba/voicevox} +REPO_URL=${REPO_URL:-https://github.com/VOICEVOX/voicevox} # Install directory APP_DIR=${APP_DIR:-$HOME/.voicevox} diff --git a/public/ossCommunityInfos.md b/public/ossCommunityInfos.md index c7a5e93229..1a8b0a6061 100644 --- a/public/ossCommunityInfos.md +++ b/public/ossCommunityInfos.md @@ -4,21 +4,21 @@ 一緒に VOICEVOX を作ってみませんか? -#### [VOICEVOX エディター](https://github.com/Hiroshiba/voicevox) +#### [VOICEVOX エディター](https://github.com/VOICEVOX/voicevox) GUI を表示するためのモジュールで、アプリケーションの形で提供しています。 TypeScript や Electron や Vue で構成されています。 -#### [VOICEVOX エンジン](https://github.com/Hiroshiba/voicevox_engine) +#### [VOICEVOX エンジン](https://github.com/VOICEVOX/voicevox_engine) テキスト音声合成 API を公開するためのモジュールで、Web サーバーの形で提供しています。 Python や FastAPI や OpenJTalk で構成されています。 -#### [VOICEVOX コア](https://github.com/Hiroshiba/voicevox_core) +#### [VOICEVOX コア](https://github.com/VOICEVOX/voicevox_core) 音声合成に必要な計算を実行するためのモジュールで、動的ライブラリの形で提供しています。 C++ や onnxruntime で構成されています。 --- -VOICEVOX の全体構成は [こちら](https://github.com/Hiroshiba/voicevox/blob/main/docs/%E5%85%A8%E4%BD%93%E6%A7%8B%E6%88%90.md) に詳細があります。 +VOICEVOX の全体構成は [こちら](https://github.com/VOICEVOX/voicevox/blob/main/docs/%E5%85%A8%E4%BD%93%E6%A7%8B%E6%88%90.md) に詳細があります。 diff --git a/src/store/audio.ts b/src/store/audio.ts index 79b19e71f3..5e44e233de 100644 --- a/src/store/audio.ts +++ b/src/store/audio.ts @@ -1617,7 +1617,7 @@ export const audioCommandStore: VoiceVoxStoreOptions< const originAccentPhrases = query.accentPhrases; - // https://github.com/Hiroshiba/voicevox/issues/248 + // https://github.com/VOICEVOX/voicevox/issues/248 // newAccentPhrasesSegmentは1つの文章として合成されているためMoraDataが不自然になる。 // MoraDataを正しく計算する為MoraDataだけを文章全体で再計算する。 const newAccentPhrases = [