Skip to content

Instantly share code, notes, and snippets.

View Luciogi's full-sized avatar
☝️
All praise is for Allah—Lord of all worlds

Luciogi Luciogi

☝️
All praise is for Allah—Lord of all worlds
View GitHub Profile
@Luciogi
Luciogi / noise-cancellation.sh
Created September 14, 2021 11:02 — forked from tiagoengel/noise-cancellation.sh
Hiss / White / Static noise cancellation on Linux using Pulseaudio and Sox
#!/bin/bash
# You'll need to have sox, pavucontrol and alsa-utils installed, and the snd_aloop kernel module loaded.
# You can configure your system to load it on startup or load it manually with "sudo modprobe snd_aloop"
# Once this is script is running, you need to start recording audio in the application of your
# preference, open pavucontrol, go to the recording tab and change the recording source of that application
# to "Monitor of Loopback ..."
time=5
@Luciogi
Luciogi / Optimizations_Artix.md
Created September 13, 2021 16:04 — forked from themagicalmammal/Optimizations_Artix.md
Set of optimizations, I use on my Artix Setup