wavmetrics: add a test driver
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user