Skip to content

Instantly share code, notes, and snippets.

View esoterydactyl's full-sized avatar
🤠

David Caudill esoterydactyl

🤠
View GitHub Profile
@esoterydactyl
esoterydactyl / process_drums.sh
Last active August 19, 2025 04:11
Bash Script for Processing Drum Sounds with SoX Audio Convertor
#!/bin/bash
# Script by: @esoterydactyl
# Ver: 1.1.1
# 8/18/2025
check_sox() {
if ! command -v sox &> /dev/null
then
echo "Error: SoX is not installed. Please install it to run this script."