Skip to content

Commit f93167e

Browse files
committed
readme: Small update for PulseAudio
1 parent fa38444 commit f93167e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,15 +151,15 @@ You can automate this by creating file in `~/.config/pulse/default.pa` with the
151151
.include /etc/pulse/default.pa
152152
153153
load-module module-null-sink sink_name=mic_denoised_out rate=48000
154-
load-module module-ladspa-sink sink_name=mic_raw_in sink_master=mic_denoised_out label=noise_suppressor_mono plugin=/path/to/librnnoise_ladspa.so control=50,20,0,0,0
154+
load-module module-ladspa-sink sink_name=mic_raw_in sink_master=mic_denoised_out label=noise_suppressor_mono plugin=/path/to/librnnoise_ladspa.so control=50,200,0,0,0
155155
load-module module-loopback source=your_mic_name sink=mic_raw_in channels=1 source_dont_move=true sink_dont_move=true
156156
157157
set-default-source mic_denoised_out.monitor
158158
```
159159

160-
The order of settings in `control=50,20,0,0,0` is: `VAD Threshold (%)`, `VAD Grace Period (ms)`, `Retroactive VAD Grace Period (ms)`, `Placeholder1`, `Placeholder2`.
160+
The order of settings in `control=50,200,0,0,0` is: `VAD Threshold (%)`, `VAD Grace Period (ms)`, `Retroactive VAD Grace Period (ms)`, `Placeholder1`, `Placeholder2`.
161161

162-
If you have a stereo input use these options instead:
162+
If you are absolutely sure that you want a stereo input use these options instead:
163163

164164
- `label=noise_suppressor_stereo`
165165
- `channels=2`

0 commit comments

Comments
 (0)