Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b446d52 authored by Preetam Singh Ranawat's avatar Preetam Singh Ranawat Committed by Gerrit - the friendly Code Review server
Browse files

AudioService : Fix for audio device latency from headset to speaker

 -Device switch latency from headset to speaker is not as expected,
  expected latency is 1100msec while observed latency is 1120 msec.

 -Add property to fine tune delay of audio becoming nosiy broadset
  intent, so this prop can be configured from config file.

CRs-Fixed: 1082237
Change-Id: Icb3c6171f7629f2a4e84f6731a85a364af84a5df
parent 4e760828
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5212,7 +5212,7 @@ public class AudioService extends IAudioService.Stub {
                        0,
                        null,
                        0);
                delay = 700;
                delay = SystemProperties.getInt("audio.noisy.broadcast.delay", 700);
            }
        }