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

ソング:フレーズのレンダリングがエラーで止まらないようにする #2046

Merged

Conversation

sigprogramming
Copy link
Contributor

内容

フレーズのレンダリングがエラーで止まらないように、ひとまずロギングしてcontinueするようにします。

関連 Issue

ref #1976

その他

レンダリング中に発生するエラーはほとんどが歌詞のエラーですが、現在は歌詞のエラーなのかそうでないのかが分からない(エンジンとのやり取りでエラーが発生したということしか分からない)ので、ひとまずロギングしてcontinueする形にしています。

@sigprogramming sigprogramming requested a review from a team as a code owner April 30, 2024 14:09
@sigprogramming sigprogramming changed the title ソング:フレーズのレンダリングでエラーが発生した場合にロギングしてcontinueするようにする ソング:フレーズのレンダリングがエラーで止まらないようにする Apr 30, 2024
@sigprogramming
Copy link
Contributor Author

エラーについて考えたのですが、「合成できる歌詞を取得するAPIを叩いて、チェックをエディター側で行う」か、「歌詞チェックのAPIを叩く」ようにして、クエリのフェッチ時にエラーが発生しないようにするのが設計として良さそうに思いました。

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!!

@sigprogramming
エラーになる条件を取得する場合、パターンを考慮すると結構考えることが多いかもと思いました!
2モーラ以上入力不可とか、漢字とか、英語とか、スペース区切りとか。

チェックAPIを用意するのはリーズナブルで良さそうに思いました!
歌詞以外も検証できると良さそう。キーの高さが想定外とか。

あるいはエラーの原因をメッセージとしてちゃんと返してもらう設計もありかもと思いました。
validate API作る場合も同じ感じになるでしょうし・・・!

@Hiroshiba Hiroshiba merged commit 8b22eab into VOICEVOX:main May 2, 2024
9 checks passed
@sigprogramming sigprogramming deleted the fix_rendering_so_that_it_does_not_stop branch May 2, 2024 13:49
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