mute-audio / mute

A Simple RPi-Audio/ MPD Dashboard
https://kitamura-design.format.com/mute-en
MIT License
3 stars 0 forks source link

Would this work on... #2

Open bonelifer opened 6 months ago

bonelifer commented 6 months ago

X86 with Debian headless?

mute-audio commented 6 months ago

Hi bonelifer, Since mute is developed for the RaspberryPi, it probably will not work well on x86 hardware. For example, I don't know if the installer will work. Also, I don't think you can assign an I2S DAC in the Sound Device menu. Perhaps a USB DAC might be recognized...

bonelifer commented 6 months ago

Thanks for the reply. Setting up a MPD/myMPD server and writing out bash script system to automate the setup. Was just interesting to see someone writing software like this[mute]. I've implemented a bash script to find the usb dac(creative play 3), but have hopefully made it a little generic by adding other names like CMedia etc, so it might work for others. A lot of bash magic just to find the hw address. LOL Hopefully soon, I'll do a run down on a VirtualBox VM, to see if it runs without problems. Just been testing each script individually. Then onto the Thin Client I'm using for the streaming server,

mute-audio commented 6 months ago

Glad you are interested in this [mute], thanks. [mute] can also auto-recognize the USB DAC, though I haven't been able to test it much. Please share if you code something interesting.