Files
Fortraneries/Modules/test-wavm.sh
2024-03-10 06:56:29 +01:00

12 lines
100 B
Bash
Executable File

#!/bin/bash
WAVE="datas/wave.wav"
# sndfile-info ${WAVE}
echo
wav2text ${WAVE} | ./twavm
echo