pfeeee...
This commit is contained in:
16
SoundBrotching/runme.sh
Executable file
16
SoundBrotching/runme.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e # trap on error
|
||||
|
||||
DATAFILE="essai.text"
|
||||
OUTWAV="essai.wav"
|
||||
make essai
|
||||
|
||||
./essai | tee $DATAFILE | c-tools/text2wav $OUTWAV
|
||||
|
||||
sndfile-spectrogram \
|
||||
--min-freq=30 --max-freq=2000 \
|
||||
--hann \
|
||||
$OUTWAV \
|
||||
1200 600 \
|
||||
spectrogram.png
|
||||
Reference in New Issue
Block a user