Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Streaming turntable to receiver
#8
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:


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 (-:
Reply


Messages In This Thread
Streaming turntable to receiver - by AciDMist - 07-21-2020, 01:45 PM
RE: Streaming turntable to receiver - by AciDMist - 07-21-2020, 01:56 PM
RE: Streaming turntable to receiver - by AciDMist - 07-21-2020, 03:45 PM
RE: Streaming turntable to receiver - by DRONE7 - 07-21-2020, 08:33 PM
RE: Streaming turntable to receiver - by Vasilis - 07-22-2020, 08:08 PM
RE: Streaming turntable to receiver - by efung - 07-22-2020, 10:07 PM
RE: Streaming turntable to receiver - by DRONE7 - 07-23-2020, 12:50 AM
RE: Streaming turntable to receiver - by Vasilis - 07-23-2020, 08:09 AM
RE: Streaming turntable to receiver - by DRONE7 - 07-23-2020, 09:18 AM

Forum Jump: