Update to HPR 3507
hpr3507 :: USB Turntable fix and sound journey
record_capture_wav.sh
#!/bin/bash

echo "Record name?"
read record
echo "Which side is this?"
read side

arecord --device='hw:CARD=CODEC,DEV=0' --rate=96000 --channels=2 --vumeter=stereo --duration=1500 --format=dat --file-type wav...