feat: 詳細調整欄でのアクセント区間単位の読み変更時に読点が含まれる場合の挙動を改善 #1574
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
内容
以下の挙動を改善し、fallbackしないようにします。
(「fallbackする」は、以下の行が実行されることを指します。この場合は読みが解析されるため、例えば「ハ」「ヘ」が「ワ」「エ」に変換されたりがありそうです。)
voicevox/src/store/audio.ts
Lines 2289 to 2294 in 7a4242c
また、これに関連するe2eテストを追加しました。
さらに、その際に書きにくかったのでついでにaria-labelを追加しました。
ただし、現状キーボード操作では各モーラにフォーカスできないため、アクセシビリティ的にはほぼ無意味です。
関連 Issue
[追記ここから]
isKana: trueになるようになっているはずなので、図らずも上記のバグの一部が修正されているかもです
(分割位置が変わるのは修正されるはず。ただ、アクセント位置が変わるのはそのままです。)
[追記ここまで]
スクリーンショット・動画など
その他