forked from VOICEVOX/voicevox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* OSSコミュニティの言及にコメントを追加 * ヘルプボタンの右上を黒く * ショートカットキー→キー割り当て * ステレオ化の部分の文言をちょっと変更 * OSSへの文面を変更 * 切り出しボタンをなくす * デフォルトスタイル選択のUXを調整 * サンプル音声の開始を短くした * await忘れ * openapiのupdate * バージョンアップ * バージョン0.8.0現在、エンジン側にサンプリングレート変更エラーがあるので機能制限 * アップデート情報を追加 * 使い方を追加
- Loading branch information
Showing
55 changed files
with
598 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,24 @@ | ||
### オープンソース | ||
VOICEVOXは OSS (オープンソース・ソフトウェア)です。 | ||
誰でも機能追加や改善に参加できます。 | ||
|
||
一緒にVOICEVOXを作ってみませんか? | ||
本ソフトウェアはオープンソース版の VOICEVOX をもとに構築されており、誰でも機能追加や改善に参加できます。 | ||
|
||
#### [VOICEVOX ソフトウェア](https://github.com/Hiroshiba/voicevox) | ||
一緒に VOICEVOX を作ってみませんか? | ||
|
||
#### [VOICEVOX エディター](https://github.com/Hiroshiba/voicevox) | ||
|
||
GUI を表示するためのモジュールで、アプリケーションの形で提供しています。 | ||
TypeScript や Electron や Vue で構成されています。 | ||
|
||
#### [VOICEVOX エンジン](https://github.com/Hiroshiba/voicevox_engine) | ||
|
||
テキスト音声合成 API を公開するためのモジュールで、Web サーバーの形で提供しています。 | ||
Python や FastAPI や OpenJTalk で構成されています。 | ||
|
||
#### [VOICEVOX コア](https://github.com/Hiroshiba/voicevox_core) | ||
|
||
音声合成に必要な計算を実行するためのモジュールで、動的ライブラリの形で提供しています。 | ||
C++ や libtorch で構成されています。 | ||
|
||
--- | ||
|
||
VOICEVOX の全体構成は [こちら](https://github.com/Hiroshiba/voicevox/blob/main/docs/%E5%85%A8%E4%BD%93%E6%A7%8B%E6%88%90.md) に詳細があります。 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.