Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

リポジトリのURLをHiroshibaからVOICEVOXに #658

Merged
merged 1 commit into from
Jan 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -25,7 +25,7 @@ npm ci
npm run electron:serve
```

音声合成エンジンのリポジトリはこちらです <https://github.com/Hiroshiba/voicevox_engine>
音声合成エンジンのリポジトリはこちらです <https://github.com/VOICEVOX/voicevox_engine>

## 貢献者の方へ

Expand Down
2 changes: 1 addition & 1 deletion build/installer_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
8 changes: 4 additions & 4 deletions public/ossCommunityInfos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) に詳細があります。
2 changes: 1 addition & 1 deletion src/store/audio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down