feat: stop playback and service on task removal and enhance audio route loss handling - #314
feat: stop playback and service on task removal and enhance audio route loss handling#314cwuom wants to merge 2 commits into
Conversation
|
Warning Review limit reached
Next review available in: 22 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: QUIET Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthrough此变更调整音频路由丢失时的暂停流程。流程会先抑制播放,再按需刷新播放器输出并设置为 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
|
@coderabbitai full review |
|
There was a problem hiding this comment.
Actionable comments posted: 1
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: QUIET
Plan: Pro Plus
Run ID: d9c2b3b8-3ff6-452b-80bf-0d5b0b1b3cb1
📒 Files selected for processing (5)
app/src/main/java/moe/ouom/neriplayer/core/player/PlayerManager.ktapp/src/main/java/moe/ouom/neriplayer/core/player/persistence/PlayerManagerPersistenceExtensions.ktapp/src/main/java/moe/ouom/neriplayer/core/player/playback/PlayerManagerPlaybackExtensions.ktapp/src/main/java/moe/ouom/neriplayer/core/player/service/AudioPlayerService.ktapp/src/test/java/moe/ouom/neriplayer/core/player/service/AudioPlayerServicePolicyTest.kt
用户可见行为
兼容性影响
pauseImpl和pauseInternal增加音频输出刷新参数。测试