![]() |
Redirect input audio to DAC I2S - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Redirect input audio to DAC I2S (/showthread.php?tid=517) |
Redirect input audio to DAC I2S - zebons - 09-30-2018 Hi, I'm working on refresh an old vintage radio. I put in it a raspberry PI3 with an Hifiberry AMP2 card and Moode Software. Moode is a very nice soft meeting quite all my requirements (I tried before Picoreplayer and Volumio but Moode is better for my needs). I can ply music files store on my Nas via Squeezelite (LMS is inatalled on the NAS). I can stream music from my android devices. Now I want to add a new functionality : read music from MP3 devices without bluetooth so via an audio jack connection. As the rpi don't have an input audio jack, I install another USB audio card with 2 jacks (one output for headphones or speaker and an input microphone entry). So I'd like to connect my MP3 device via that input micro entry and redirect sound to the Hifiberry card. I try that with an alsa configuration via /etc/asound.conf file) : Code: pi@moode:/etc/init.d $ cat /etc/asound.conf here is my configuration : Code: pi@moode:~ $ aplay -l But it won't work. How must I proceed to work ? RE: Redirect input audio to DAC I2S - zebons - 10-02-2018 Nobody for helping me ? |