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

@@ -162,7 +162,7 @@ public class Limelight implements NvConnectionListener {
boolean fake = false;
boolean tests = true;
String mapping = null;
String audio = "default";
String audio = "sysdefault";
String video = null;
Level debug = Level.SEVERE;

View File

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