Skip to content

Instantly share code, notes, and snippets.

View sunbird-sameer's full-sized avatar

SAMEER KULKARNI sunbird-sameer

View GitHub Profile
@sunbird-sameer
sunbird-sameer / bg_denoiser.sh
Created October 12, 2025 08:00
Remove Background Noise from Your Audios in Bulk.
#!/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)
@sunbird-sameer
sunbird-sameer / external_ip
Created March 26, 2023 10:08
Find the external IP Address of a linux machine using this command
curl ifconfig.me && echo -e "\n"