mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-17 14:22:00 +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 fake = false;
|
||||||
boolean tests = true;
|
boolean tests = true;
|
||||||
String mapping = null;
|
String mapping = null;
|
||||||
String audio = "default";
|
String audio = "sysdefault";
|
||||||
String video = null;
|
String video = null;
|
||||||
Level debug = Level.SEVERE;
|
Level debug = Level.SEVERE;
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ public class AlsaAudioRenderer implements AudioRenderer {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getCapabilities() {
|
public int getCapabilities() {
|
||||||
return CAPABILITY_DIRECT_SUBMIT;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user