-
Notifications
You must be signed in to change notification settings - Fork 119
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
Android (arm64) 向けビルドの追加 #444
Conversation
あ、ここ
|
このPRをマージした後ですが、deny.tomlの更新が必要ですね。そちらは私がやります。 |
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!!!
ユーザーの方の反応が楽しみですね!!
影響の大きめな機能追加があったときVOICEVOX公式ツイッターから案内しているのですが、どう案内したものかちょっと迷っています。
何も気にせず告知するとVOICEVOXの公式Androidアプリが出ると勘違いされる方もいそうだとか、音声合成速度を伝えて期待感を調整しないと過度な期待をもらっちゃうことになってlose-loseだとか考えています。
その他案内の際に気にしたほうが良いことや気付きなどがあれば知りたいです 🙏
あと、実際にどう使えば良いのかのサンプルがあればという感じですが、流石にAnroidアプリ全体のサンプルをメンテするのは専門知識がないので現実的じゃなさそうなんですよね・・・。
あ、問題なければ @qryxip さんもapproveお願いします! たぶんMrege blockが外れるはず。 (deny.tomlのこともありがとうございます!) |
うーん。「スマホ版ボイボの野望が前々からあったのですが、今日やっとその第一歩を踏みだせそうです。VOICEVOXのコア部分をAndroid上で動かすことができました。(charさんが作ったFlutterアプリの動画)」「しかし音声合成ができても、アプリとして使えるようにするのは長い道程となります。お待ち頂けたらと思います。」「VOICEVOXは誰でも開発に参加できます。是非。」 |
Co-authored-by: Ryo Yamashita <[email protected]>
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。マージします
こちらのreleaseにて試作版のライブラリを公開しています! 🙏 |
内容
Android arm64 でのC API ビルドを可能にします。
cargo build -p voicevox_core_c_api --target aarch64-linux-android
関連 Issue
Closes #437
その他