Browse Source

fix[module-xrdp-sink.c]: lower blocking time for lower latency and no crackeling

custom
Dennis Buchhorn 1 year ago
parent
commit
96bbba0121
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/module-xrdp-sink.c

+ 1
- 1
src/module-xrdp-sink.c View File

@ -87,7 +87,7 @@ PA_MODULE_USAGE(
"xrdp_pulse_sink_socket=<name of sink socket>"); "xrdp_pulse_sink_socket=<name of sink socket>");
#define DEFAULT_SINK_NAME "xrdp-sink" #define DEFAULT_SINK_NAME "xrdp-sink"
#define BLOCK_USEC 30000
#define BLOCK_USEC 3000
//#define BLOCK_USEC (PA_USEC_PER_SEC * 2) //#define BLOCK_USEC (PA_USEC_PER_SEC * 2)
#define UNUSED_VAR(x) ((void) (x)) #define UNUSED_VAR(x) ((void) (x))


Loading…
Cancel
Save