USB Turntable

Hello, I am from Germany
Is there a way to play vinyl over Volumio?
I have a dual DTJ 301.1 turntable with USB audio output.

Under Raspian I did it with Puleaudio and parec|pacat to transfer the vinyl directly to my audio output.

 cat /proc/asound/cards
 0 [ALSA           ]: bcm2835_alsa - bcm2835 ALSA
                      bcm2835 ALSA
 1 [CODEC          ]: USB-Audio - USB AUDIO  CODEC
                      BurrBrown from Texas Instruments USB AUDIO  CODEC at usb-3f980000.usb-1.2, full
cat /etc/pulse/default.pa | grep alsa 
#load-module module-alsa-sink
#load-module module-alsa-source device=hw:1,0

Remove comment sign

load-module module-alsa-sink
load-module module-alsa-source device=hw:1,0
parec --latency-msec=1 | pacat --latency-msec

Unfortunately, I do not know how to implement this in Volumio.
I would be very thankful for your help

We’re working on adding audio input support as a new myvolumio feature… stay tuned :wink:

Thank you very much for your answer :smiley: