1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-12-13 04:09:50 +01:00
NewPipe/app
Redirion 9437f057d0
Fix delayed ducking of Audio
Scenario: listening to a video on NewPipe over Bluetooth and a Notification Sound causes audio focus event AUDIOFOCUS_LOSS_TRANSIENT_CAN_DUCK.

Problem: With the current implementation animateAudio would cause the audio to reach the target volume AFTER the notification sound is played, which is irritating and annoying.

Solution: animateAudio should just be used on focusGain where it is sensible to increase audio gradually. On ducking event the reaction should be immediate.

This very simple fix does this. Please approve.
2019-02-14 09:52:46 +01:00
..
src Fix delayed ducking of Audio 2019-02-14 09:52:46 +01:00
.gitignore
build.gradle add content filter to mediaccc 2019-01-29 17:20:30 +01:00
proguard-rules.pro