Fortraneries/SoundBrotching/demos.sh

9 lines
103 B
Bash
Raw Normal View History

2022-02-07 23:17:22 +01:00
#!/bin/bash
INWAV="1637.wav"
OUTWAV="foo.wav"
./wav2text $INWAV | ./panoramix | ./text2wav $OUTWAV