wavmetrics: add a test driver

This commit is contained in:
tTh 2024-02-08 04:08:59 +01:00
parent 09a4cb7cff
commit eef8e7db64
1 changed files with 11 additions and 0 deletions

11
Modules/test-wavm.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
WAVE="datas/wave.wav"
# sndfile-info ${WAVE}
echo ; echo ; echo
wav2text ${WAVE} | ./twavm
echo