fix
This commit is contained in:
parent
4591f3f5a1
commit
e0267286ae
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/ash
|
||||
cols=30
|
||||
cols=25
|
||||
|
||||
clear
|
||||
arecord -q --period-size=50 --buffer-size=150 -r 4000 -f U8 -t raw -D loopout | hexdump -e ''$(expr $cols + 1)'/2 "%o ""\n"' | tr -d '*' | xargs -n $cols -r ./micro-utils/bin/spark -n
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue