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

Refactor: audioStatesからnowPlayingAudioKeyを独立させる #1530

Merged
merged 3 commits into from
Sep 3, 2023

Conversation

thiramisu
Copy link
Contributor

@thiramisu thiramisu commented Aug 29, 2023

内容

#1525 により、再生中のaudioKeyが高々1つになりました。
そのため、nowPlayingaudioKeyごとに管理する必要がなくなります。
これを反映し、store.state.audioStates[audioKey].nowPlayingからstore.state.nowPlayingAudioKeyに独立させます。
また、それによりSTOP_CONTINUOUSLY_AUDIOが不要になったので、削除します。

  • その際、STOP_AUDIO内で諸々の処理が行われていない(ように見える)理由が分かりにくいと感じたので、説明コメントを追加しました。

ユーザー視点の変更はありません。

関連 Issue

その他

@thiramisu thiramisu requested a review from a team as a code owner August 29, 2023 08:52
@thiramisu thiramisu requested review from y-chan and removed request for a team August 29, 2023 08:52
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!!

STOP_COUNTINIOUSLYが削除可能なのが意外でした。
実は連続再生を開始すると、詳細調整欄に表示されてある方の停止ボタンがhiddenになる実装になってるんですよね。
これは連続再生用と通常再生用で停止させるべき関数が異なるからこういう実装にしていたのですが、停止ボタンを共通化できるのであれば話が変わってきそうに感じました!!

Copy link
Member

@y-chan y-chan left a comment

Choose a reason for hiding this comment

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

LGTMです!

@Hiroshiba Hiroshiba merged commit 81999e4 into VOICEVOX:main Sep 3, 2023
@thiramisu thiramisu deleted the single-now-playing branch September 3, 2023 11:20
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.

3 participants