Allow reordeing audio packets and disable Pulseaudio

This commit is contained in:
Iwan Timmer
2014-08-14 22:10:32 +00:00
parent dfd502db01
commit c95fac6974
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ public class AlsaAudioRenderer implements AudioRenderer {
@Override
public int getCapabilities() {
return CAPABILITY_DIRECT_SUBMIT;
return 0;
}
}