Snacast firmware

Hello all

Does anyone know if we have a solution for working with snapcast
I use mopidy and i want use this speaker with

thanks

I’ve been playing with the following two forks:

https://github.com/jorgenkraghjakobsen/snapclient
https://github.com/CarlosDerSeher/snapclient

I’ve got the firmware built and installed on my ESP Muse LUXE, I can mute and un-mute the DAC / Speaker but I’ve not managed to get playback working yet. I’ll keep tweaking at it but in theory it should “Just work” with the right config.

There’s also a specific issue where someone asks the question about Raspiaudio https://github.com/jorgenkraghjakobsen/snapclient/issues/27

I’ve also noticed the Luxe seems to use ES8388 as an Audio codec compared to the MAX98357A which is used on the MUSE Proto. This doesn’t seem to be supported yet which is probably where my issues are coming from.

Further update I’ve compiled https://github.com/CarlosDerSeher/snapclient setting the board to ESP32 LyraT V4.3 and this pretty much works “out of the box” (The pinouts all match etc) I haven’t tested buttons etc. However from the WebUI playback, volume etc works so that’s good enough for now.

If I might ask, what is the benefit of using Snapcast over Squeezelite?

I can’t say I’ve investigated Squeezelite, Snapcast ‘just worked’ in creating a Sonos replacement for me. I can pipe in audio from one place and have it come out of another, and optionally mix and match inputs and output zones with synchronised playback as needed.

There is a thread on the authors Github discussing comparisons between Snapcast and Slimserver which maybe useful to answer this question: https://github.com/badaix/snapcast/issues/600

Thanks, in you setup for example, what are you using as a server?

I don’t use a sever in the traditional way as could be described in a setup like this. I have “Inputs”, “Outputs” and a “Controller”

To expand on this, for inputs I have:

For outputs; I have several Raspberry Pi’s either with their own Amplifiers and speakers or working to feed AV Receivers, Sound Bars, etc, or as the latest edition the ESP Muse Luxe which will come out to the barbecue with me when I’m cooking.

Controlling all these I have a bunch of custom built controls and routines in Home-Assistant which I can get to from my phone to pipe music or sound, I.E I may wish to listen to the MotoGP outside while someone else may have music in the kitchen. Usually it ends up that if i’m having a bit of a get together all the ground floor devices are playing the same music at the same time.

Edit: Forgot to say that all of this is tied together under the hood using https://github.com/badaix/snapcast just to be explicit.