You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2019. It is now read-only.
On Nexus 9 in particular, if the screen is not being touched regularly the CPU governer will kick in, reducing the CPU frequency. This can cause audio dropouts. The solution is to simulate a touch event every second.
Example Java code:
Instrumentation instrumentation = new Instrumentation(); instrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_BACKSLASH);