Apr 9 2025, Gerhard Zintel has written:
...
#!/bin/bash
for i in *-L.wav
do
NAME=${i%%-L.wav}
echo "sox -M ${NAME}-L.wav ${NAME}-R.wav $NAME.wav"
done
...
Gerhard, this is brilliant! I think the rest would be a piece of cake in
Bash. I always struggle with these substitutions.
Best wishes,
Jeanette
--
* Website:
http://juliencoder.de - for summer is a state of sound
* Youtube:
https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
* Audiobombs:
https://www.audiobombs.com/users/jeanette_c
* GitHub:
https://github.com/jeanette-c
I'm so curious, what do you think of me <3
(Britney Spears)