-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coreのctypes実装を追加&古いコアを利用できるようにする (#254)
* 古いコアを使えるように * pysen * 全てcore_wrapperを使うよう変更 * onnx版対応 * fix typo * 読み込み順修正 * ビルド周りの修正 * fix dll path * fix cancellable engine * fix format * ビルド周り修正 * 重複処理を関数化 * パスを厳密に指定 * libtorchの読み込み修正 * expanduserの処理を追加 * 作業ディレクトリを変更 * fix format * expanduser処理の場所を修正 * mockが起動するように変更 * MacでのLibtorch対応を削除 * Revert "作業ディレクトリを変更" This reverts commit 0e0fa53. * fix format * 依存関係インストールの重複を削除 * build.ymlを修正 * VOICEVOX_CORE_SOURCE_VERSIONを削除 * 複数バージョン対応 * ImportErrorを修正 * ミスを修正 * コンフリクト解消時にデグレってたので修正 * まだデグレってたので修正 * コメントを追加 * 変数ミスを修正 * 変数名を分かりやすく変更 * 引数名のdirをdirsに変更 * 引数名をmodel_libからruntimeに変更 * (本体側)引数名を変更 * speaker_infoに引数を追加 * cancellableを使用しようとした際に例外を投げるようにする * 不要なcopyを削除 * 関数名を変更 * アサーションを追加 * 型ヒント修正&pysen * Dictの引数ミス修正 * 型ヒントの修正漏れを追記 * cancellableを起動不可にする
- Loading branch information
Showing
9 changed files
with
467 additions
and
253 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
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.