wavmetrics: add a test driver
This commit is contained in:
parent
09a4cb7cff
commit
eef8e7db64
11
Modules/test-wavm.sh
Executable file
11
Modules/test-wavm.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
WAVE="datas/wave.wav"
|
||||
|
||||
# sndfile-info ${WAVE}
|
||||
|
||||
echo ; echo ; echo
|
||||
|
||||
wav2text ${WAVE} | ./twavm
|
||||
|
||||
echo
|
Loading…
Reference in New Issue
Block a user