mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 02:20:42 +00:00
Allow reordeing audio packets and disable Pulseaudio
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ public class AlsaAudioRenderer implements AudioRenderer {
|
||||
|
||||
@Override
|
||||
public int getCapabilities() {
|
||||
return CAPABILITY_DIRECT_SUBMIT;
|
||||
return 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user