Add: normalize-all helper script to normalize entire library of sounds

This commit is contained in:
a 2024-10-21 22:41:50 +00:00
parent 6b95e3d43c
commit e4c4dd588e

3
sounds/normalize-all Normal file
View file

@ -0,0 +1,3 @@
#!/bin/bash
find ./originals -type f -exec ./normalize {} \;