Skip to content

Commit

Permalink
Add some = signs to the PipeWire config snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola authored and werman committed Oct 29, 2022
1 parent 226f03b commit c1cf430
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ context.modules = [
plugin = /path/to/librnnoise_ladspa.so
label = noise_suppressor_mono
control = {
"VAD Threshold (%)" 50.0
"VAD Grace Period (ms)" 200
"Retroactive VAD Grace (ms)" 0
"VAD Threshold (%)" = 50.0
"VAD Grace Period (ms)" = 200
"Retroactive VAD Grace (ms)" = 0
}
}
]
Expand Down

0 comments on commit c1cf430

Please sign in to comment.