-
Notifications
You must be signed in to change notification settings - Fork 126
OpenJtalkを実装した #165
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
OpenJtalkを実装した #165
Conversation
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!!!
ちょっとなおしたいのでいったんdraftにしました |
なおしたのでdraft外しました |
あ、 @PickledChair さんもぜひレビュー頂けると・・・! |
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.
レビューが遅くなりすみませんでした……! open_jtalk-rs の方も見ましたが、薄い wrapper でありつつも使い勝手の良さや綺麗な抽象化が目指されていて非常に勉強になりました。
ほぼ問題なさそうでしたが、一箇所だけ処理が足りなさそうな部分を見つけたので、ご確認よろしくお願いします……!
mecab2njdが抜けていたので追加 Co-authored-by: Gray Suitcase <41382894+PickledChair@users.noreply.github.com>
@PickledChair そのまま反映しました |
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! マージします……!
* OpenJtalkを実装した refs VOICEVOX#128 * open_jtalk-rs更新 * Update crates/voicevox_core/src/engine/open_jtalk.rs mecab2njdが抜けていたので追加 Co-authored-by: Gray Suitcase <41382894+PickledChair@users.noreply.github.com> Co-authored-by: Gray Suitcase <41382894+PickledChair@users.noreply.github.com>
内容
voicevox_coreで使うOpenJtalk部分を実装した
関連 Issue
refs #128
その他