-
Notifications
You must be signed in to change notification settings - Fork 117
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
Add: Java APIを作成 #558
Add: Java APIを作成 #558
Conversation
そういえば: このJava APIは GitHub PackagesのGradleレジストリ で配布できたら嬉しいなと思ってます。今のvoicevox_mobileはpostinstallで入れていて、少し行儀が悪いので。 |
いかにも良さそう。ちなみにMaven public repositoryとかにAPIのJARを置いておけると最上級に良いのですけど、これがなかなか大変なんですよね…… |
#553 をマージしたので、少なくとも |
mainをマージしました。rust-lintが通ったので大丈夫のはずです |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
一応全部目通してみました!!お疲れ様でした!!!!!
コメントをいくつか書いていますが、多分微調整だけなので割とすぐにマージできるのかなと。
ちなみにですがこのコードを書く時どのような感じで実装されましたか? 👀
何かをコピペして規則的に変換していったとか、あるいはPython APIとかを見ながら全部書き下したとか。
crates/voicevox_core_java_api/lib/src/main/resources/dll/linux-arm64/.gitkeep
Outdated
Show resolved
Hide resolved
Co-Authored-By: Hiroshiba <[email protected]>
Co-Authored-By: Hiroshiba <[email protected]>
インターフェースはPython APIベースですが、それ以外は書き下ろしました。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!!! お疲れ様でした!!!
一箇所だけコメントしているので、そのやり取りが完了したらマージかなと思います!
(あとissue作成)
問題ないと思うのでマージしたいと思います! (コミットメッセージ間違えました、すみません。。) |
内容
Java APIをjni-rsで実装します。
関連 Issue
その他
(なし)