Hi, I found a little bug in pulseaudio / module-loopback. The module rejects the argument "latency_msec", because in the list of the valid module arguments, it is named "latency" instead of "latency_msec".
module-loopback.c:102:
static const char* const valid_modargs[] = {
"source",
"sink",
"latency",
"format",
"rate",
"channels",
"channel_map",
NULL,
};
--
Mit freundlichen Grüßen
S. Brennecke
[email protected]
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ pulseaudio-discuss mailing list [email protected] https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss
