mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-24 09:53:36 +00:00
use relative values for lowering volume (conversational awarness) instead of absolute
This commit is contained in:
@@ -57,7 +57,7 @@ object MediaController {
|
||||
Log.d("MediaController", "Initial Volume Set: $initialVolume")
|
||||
audioManager.setStreamVolume(
|
||||
AudioManager.STREAM_MUSIC,
|
||||
1, // Set to a lower volume when speaking starts
|
||||
audioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC) * 1 / 12, // Set to a lower volume when speaking starts
|
||||
0
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user