This commit is contained in:
Your Name 2023-12-26 14:12:25 +03:00
parent 4591f3f5a1
commit e0267286ae
1 changed files with 2 additions and 2 deletions

View File

@ -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