alsa-visual/audio_vis.sh

5 lines
176 B
Bash
Raw Normal View History

2023-12-29 08:16:07 +00:00
#!/bin/sh
2024-02-11 10:07:58 +00:00
cols=124
2023-11-30 11:53:06 +00:00
2024-02-11 10:07:58 +00:00
arecord -q -c 1 --period-size=256 --buffer-size=512 -f S24_LE -t raw -D loopout | hexdump -e '/4 "%d "' | tr -d '-' | tr -d '*' | xargs -n $cols ~/spark -n