Set max priority for audio thread.

This commit is contained in:
Henrik Rydgard 2012-06-30 19:53:36 +02:00
parent d0d004fb6f
commit 6e81b46ee0

View file

@ -37,6 +37,7 @@ public class NativeAudioPlayer {
playThread();
}
});
thread.setPriority(Thread.MAX_PRIORITY);
thread.start();
}