mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
loopback: Setting latency of module-loopback
I checked the source code, and latency_msec is missing from the list of valid module arguments. Attaching a patch to add it.
This commit is contained in:
parent
40c1ca76c4
commit
7b682c9690
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ struct userdata {
|
|||
static const char* const valid_modargs[] = {
|
||||
"source",
|
||||
"sink",
|
||||
"latency",
|
||||
"latency_msec",
|
||||
"format",
|
||||
"rate",
|
||||
"channels",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue