This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# tape-denoise.sh — bulk background-noise reduction for digitized tape audio | |
# Requires: ffmpeg (built with libavfilter) | |
# Usage: | |
# ./tape-denoise.sh -i /path/to/in -o /path/to/out [options] | |
# | |
# Options: | |
# -i DIR Input directory (scans recursively) | |
# -o DIR Output directory (created if missing) | |
# -p PROFILE Denoise profile: mild | medium | strong (default: medium) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl ifconfig.me && echo -e "\n" |