sonicmax / TinyMet

Minimalist metronome for Android
0 stars 0 forks source link

Improve audio performance #1

Open sonicmax opened 8 years ago

sonicmax commented 8 years ago

Seeing missed beats/etc on my crappy old Samsung

https://source.android.com/devices/audio/latency_app.html http://developer.android.com/reference/android/media/SoundPool.html

sonicmax commented 8 years ago

https://github.com/sonicmax/TinyMet/commit/cbdc0894ff10f0e1f08ae3082d4875d47cab0c0d

Using SoundPool has improved performance considerably, but it can be a bit janky sometimes. I have a feeling that ScheduledExecutorService runs on the UI thread, so maybe that's the issue