fix
This commit is contained in:
parent
e0267286ae
commit
840bafe935
4
audio_vis.sh
Normal file → Executable file
4
audio_vis.sh
Normal file → Executable file
@ -1,5 +1,5 @@
|
||||
#!/bin/ash
|
||||
cols=25
|
||||
cols=45
|
||||
|
||||
clear
|
||||
arecord -q -c 1 --period-size=50 --buffer-size=150 -r 4000 -f U16_LE -t raw -D loopout | hexdump -e ''$(expr $cols + 1)'/2 "%o ""\n"' | tr -d '*' | xargs -n $cols -r ./spark -n -r
|
||||
arecord -q -c 1 --period-size=100 --buffer-size=250 -f U16_LE -t raw -D loopout | hexdump -e ''$(expr $cols + 1)'/2 "%o ""\n"' | tr -d '*' | xargs -n $cols -r ./spark -n -r
|
||||
|
Loading…
Reference in New Issue
Block a user