-
Notifications
You must be signed in to change notification settings - Fork 23
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add possibility to switch to Bluetooth? #83
Comments
Totally doable. We would need to add this as a new component and reuse pcm chunk memory allocation functions from snapclient. Only start advertising at first and if a connection is made all snapclient related task must be stopped, all memory freed and i2s handed over to bluetooth functions. If connection is dropped go back to snapclient mode. Easy enough 👌 😎 I've always wanted to add bluetooth and stream from esp snapclient to snapserver and back again. Not sure if it is possible though. I don't have much time to work on this project these days and my first priority is to resolve #54 and finish #69. |
@CarlosDerSeher .. I think trying to run 2 instances of snapcast on one esp32 host would be also a Cool experiment ;-) |
Why not just mount a second DAC of the same type? |
2 instances would double the RAM and increase TCP bandwidth/RAM requirements |
@CarlosDerSeher .. 2x the price and for example lyrat has PSRAM and also the boards from anabolyc.. this would be just a Cool experiment. |
But where will you pipe the 2nd instance's output? This is a little off topic here though, maybe you should open a discussion for this. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Thanks for this port of snapclient - it's working great for me. I use it in conjunction with mopidy and the https://github.com/natumbri/mopidy-youtube project I look after.
One thing I've been thinking about - sometimes I like to switch from listening via my snapcast setup to listening to something directly from my phone, via Bluetooth.
Would it be difficult to add the capacity to switch between snapcast and BT?
Something like this https://github.com/vedranMv/Ka-Radio32 but with snapclient instead of 'internet radio'.
I'd be happy to help, but am pretty clueless when it comes to writing real code!
Anyway, thanks again for the snapclient!
Cheers
Nik
The text was updated successfully, but these errors were encountered: