We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
以下を開発方針としたいと考えています。
alpha
main
v*.*.*
v2.0.0-alpha.4
package.name
voicevox-ort
voicevox-ort-sys
また現状考えられるタスクリストは以下の通りです。
copy-dylibs
$ORT_ALLOW_VERBOSE_LOGGING_ON_RELEASE
OrtLoggingLevel
tracing::Level
dlopen
LoadLibrary
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
内容
以下を開発方針としたいと考えています。
alpha
版であるv2をベースに実装するmain
をそのまま使ってもよさそう?v*.*.*
が出たとき、とするとちょうどよさそう。とりあえずmain
をv2.0.0-alpha.4
まで戻す?package.name
はvoicevox-ort
とvoicevox-ort-sys
とする (crates.ioにはこの名前でアップロードする)また現状考えられるタスクリストは以下の通りです。
copy-dylibs
should renew dangling symlinks pykeio/ort#146足りないAPIを実装するよく探したら全部既にあった$ORT_ALLOW_VERBOSE_LOGGING_ON_RELEASE
を導入 onnxruntime-rs#10,OrtLoggingLevel
→tracing::Level
の割り当てを変更 onnxruntime-rs#16)dlopen
/LoadLibrary
で動くようにする (上記を実装した時点で達成されている可能性有り)package.name
をvoicevox-ort
とvoicevox-ort-sys
にリネームするPros 良くなる点
Cons 悪くなる点
実現方法
VOICEVOXのバージョン
N/A
OSの種類/ディストリ/バージョン
その他
The text was updated successfully, but these errors were encountered: