I've read through the docs and can't determine if Alsa line-in is supported as an input method. Does anyone know how to stream alsa line-in?
Thanks!
Is Alsa Line-In Supported?
Re: Is Alsa Line-In Supported?
Yes, with the ALSA input plugin: https://www.musicpd.org/doc/html/plugins.html#alsa
SOLVED Re: Is Alsa Line-In Supported?
Thank you. I didn't realize the MPC command could translate to config file. I had success with this config.
input {
plugin "alsa"
default_device "hw:2,0"
default_format "44100:16:2"
}
input {
plugin "alsa"
default_device "hw:2,0"
default_format "44100:16:2"
}