Danylo

Results 207 comments of Danylo

I'm addressing by the name, the one in the second video seemed right

Probably like this https://wiki.archlinux.org/index.php/PulseAudio/Examples#Set_default_input_source

Pops and crackling aren't expected, I didn't experience them. As for "attack and decay of voice" you could try setting VAD threshold to 0: ``` ... control=0 ```

You should be able to denoise the output from the apps, I don't have exact config ready - https://github.com/toadjaune/pulseaudio-config could be helpful. I don't see any complications or reasons no...

Something like this should work, change `sink_master` to your output (you could find it via `pacmd list-sinks | grep -e 'name:'`) ``` load-module module-ladspa-sink sink_name=denoise_sink_for_apps.stereo sink_master=alsa_output.pci-0000_0c_00.3.analog-stereo label=noise_suppressor_stereo plugin=librnnoise_ladspa.so control=0 ```

Yes, however last time I tried I had some issues, I want to check if it work for me before adding to docs.

Thank you for linking this issue. I wouldn't probably word it like that (I don't like asking for upvotes), maybe something like: ``` Integration with PulseAudio isn't as smooth as...

If you could link documentation for the input params engine passes in this function - it would help. What does `FromIntToFloat`/`FromFloatToInt` do? `::process` expects floats to be in `[-1;1]` range....

Anyway, if input is in the correct range and its rate doesn't deviate too much - rnnoise wouldn't produce any crackling.

Thank you! I'll add this snippet.