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

feat: 詳細調整欄でのアクセント区間単位の読み変更時に読点が含まれる場合の挙動を改善 #1574

Merged

Conversation

thiramisu
Copy link
Contributor

@thiramisu thiramisu commented Sep 23, 2023

内容

以下の挙動を改善し、fallbackしないようにします。

  • 読みに読点の連続が含まれる場合にfallbackしていた
  • 最後のアクセント区間の変更時かつ読みに読点が含まれる場合にfallbackしていた

(「fallbackする」は、以下の行が実行されることを指します。この場合は読みが解析されるため、例えば「ハ」「ヘ」が「ワ」「エ」に変換されたりがありそうです。)

voicevox/src/store/audio.ts

Lines 2289 to 2294 in 7a4242c

dispatch("FETCH_ACCENT_PHRASES", {
text: newPronunciation,
engineId,
styleId,
isKana: false,
})

また、これに関連するe2eテストを追加しました。
さらに、その際に書きにくかったのでついでにaria-labelを追加しました。
ただし、現状キーボード操作では各モーラにフォーカスできないため、アクセシビリティ的にはほぼ無意味です。

関連 Issue

[追記ここから]

[追記ここまで]

スクリーンショット・動画など

その他

@thiramisu thiramisu requested a review from a team as a code owner September 23, 2023 04:19
@thiramisu thiramisu requested review from Hiroshiba and removed request for a team September 23, 2023 04:19
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!!

1つだけコメントしました!
意図が間違っているとあれなので、いったん合ってるか確認いただいてからマージさせていただこうと思います!

tests/e2e/browser/音声詳細.spec.ts Outdated Show resolved Hide resolved
@thiramisu
Copy link
Contributor Author

レビューありがとうございました!

e2eテストの順序やコメントを調整しました。
レビュー内容は反映できたと思います。

@Hiroshiba
Copy link
Member

変更ありがとうございます、マージします!

@Hiroshiba Hiroshiba merged commit 660736d into VOICEVOX:main Sep 24, 2023
@thiramisu thiramisu deleted the improve-single-accent-phrase-changing branch September 24, 2023 20:14
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