2X Snapclients x 1 ESP32 #87
Replies: 2 comments 16 replies
-
Things that come to my mind Does the software need to mix LR stereo channels to mono or should it be able to chose L or R
Why not just make a stereo speaker then? What's the gain of having two mono speakers which, if I understand you right, will be located spacially close to each other and connected by wires to the DAC? Isn't this kind of contradictory to the sole purpose of having a WiFi speaker? |
Beta Was this translation helpful? Give feedback.
-
Also I can tell you this will be quite an adventure. You'll need to change all those global variables (decoder, audio buffer, etc) to dynamically created ones in the context of a snapclient module. This will of course improve the code a lot and clean up most of the mess I created by "quick and dirty" making this thing do synced playback. Do you think you can do this? First things that comes to my mind is a seperate netconn connection not sure if we could just start http_task twice. I don't think so without refactoring big parts of the code. |
Beta Was this translation helpful? Give feedback.
-
Hey @CarlosDerSeher ,
this is just a discussion for my idea to create 2 instances of snapclients at one esp32.
My idea is:
An amp board has two outputs - each output should be independently used as snapclient because in Multiroom audio almost every speaker is a mono speaker.
This would reduce the cost and increases the flexibility. Also for the lyrat board. It has stereo output and then you can easily connect 2 speakers and have independent audio outputs...
This is just an idea which I came up with. Because I waste one channel per speaker one board with 2 independent speakers would be great. Then you can install one board and create different areas...
Beta Was this translation helpful? Give feedback.
All reactions