Skip to content

Instantly share code, notes, and snippets.

@tilpner
Created February 23, 2019 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tilpner/1b435b4b3ca76d0be722f24837d7ffe0 to your computer and use it in GitHub Desktop.
Save tilpner/1b435b4b3ca76d0be722f24837d7ffe0 to your computer and use it in GitHub Desktop.
#!/bin/sh
sox \
-t pulseaudio default \
-t pulseaudio null \
remix - \
noisered ~/dev/noiseremoval/white.prof 0.21 \
noisered ~/dev/noiseremoval/white2.prof 0.1 \
noisered ~/dev/noiseremoval/typing.prof 0.2 \
noisered ~/dev/noiseremoval/clicking.prof 0.1 \
noisered ~/dev/noiseremoval/breathing.prof 0.1 \
highpass 300 lowpass 3400 pitch -100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment