05-14-2025, 07:21 PM
(05-13-2025, 04:06 PM)scaronpce Wrote: Hello Tim,
I want to use CamillaDSP with some analog input. What follows is surfing on an idea developped here by bitlab.
Suppose this playlist in /var/lib/mpd/playlists/Analog.m3u
Code:#EXTM3U
#EXTGENRE:Various
#EXTIMG:local
#EXTALB:AnalogCapture
#EXTINF:3600, Analog_Capture
alsa://plughw:CARD=sndrpihifiberry?format=96000:32:2
where CARD is the (capture capable) device in use by moOde and format specifies the settings in MPD's SoX resampling.
As far as I can hear, this works perfectly when "format" is specifed correctly.
This conforms to the audio chain documented in the moOde Audio Infrastructure.
Is there any other consideration if I want to capture sound from one card and playback using moOde rich environment ?
Kind regards,
When I want to do this, I simply change the input of camilladsp to the capture device, circumventing MPD entirely. That gives nice low latency. CamillaDSP will handle any necessary resampling.