mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05: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
df4937045d
commit
c15bd97282
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