07-22-2020, 08:08 PM
I used to have this exact setup. Turntable to ADC (I used this one since it has a handy input volume knob). The analog music was converted to a 32/96000 pipe. I simply streamed that with ssh directly to ALSA on the other raspberry pi. I think that’s the most direct way to do this. It’s basically one line of code:
It worked quite well. It was a nice little box with a physical volume knob and an on/off button.
In the end it was just a bit too buggy. So I switched to a cable. Much more stable (-:
Code:
arecord -c 2 -f S32_LE -r 96000 -t raw | ssh -C pi@otherpi.local aplay -c 2 -f S32_LE -r 96000
It worked quite well. It was a nice little box with a physical volume knob and an on/off button.
In the end it was just a bit too buggy. So I switched to a cable. Much more stable (-: