Add: normalize-all helper script to normalize entire library of sounds
This commit is contained in:
parent
6b95e3d43c
commit
e4c4dd588e
3
sounds/normalize-all
Normal file
3
sounds/normalize-all
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
find ./originals -type f -exec ./normalize {} \;
|
Loading…
Reference in a new issue