Skip to content
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

change: VVMにUUIDを割り振り、それをVoiceModelIdとする #796

Conversation

qryxip
Copy link
Member

@qryxip qryxip commented May 23, 2024

内容

#581 (comment)の3.です。manifest.jsonにUUIDとしてidを持たせ、それをVoiceModelIdとして扱います。

パブリックAPIにおける"model_id"のような名前は全部"model_uuid"に置き換えるべきかもしれませんが、idのままでも不自然ではないということもあって迷ったのでやらないでおきました。

関連 Issue

ref #581

その他

sample.vvmのidは、RFC 9562を記念して(?)UUID V7を使ってみました。

@qryxip qryxip requested a review from Hiroshiba May 23, 2024 15:24
Comment on lines -288 to +290
pub extern "C" fn voicevox_voice_model_id(model: &VoicevoxVoiceModel) -> VoicevoxVoiceModelId {
pub extern "C" fn voicevox_voice_model_id(model: &VoicevoxVoiceModel) -> VoicevoxVoiceModelId<'_> {
init_logger_once();
model.id().as_ptr()
model.model.id_ref().raw_voice_model_id().as_bytes()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

あ、そうか、VoiceModelIdは露出するんですね。
(配布する製品版VVMのドキュメントにもVoiceModelId書いた方が良いな~と思った次第です)

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

FIXMEコメントあってもいいかも、というコメントをしたのでマージしてません。
どちらでも良いと思います、変更し次第orそのままマージしていただければ!!

@qryxip qryxip merged commit 484bd62 into VOICEVOX:main May 24, 2024
38 checks passed
qryxip added a commit to qryxip/voicevox_core that referenced this pull request May 24, 2024
@qryxip
Copy link
Member Author

qryxip commented May 24, 2024

@takejohn 共有です。

VoiceModel::iduuid::Uuidになりました。

Hiroshiba pushed a commit that referenced this pull request May 25, 2024
* chore: #796 に対するJavaのテストを追加

* テスト名を変更
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants