jerryr

Results 9 comments of jerryr

Would there be any interest in collaboratively documenting the protocol? I'm interested in porting the client side to ESP32, it would be great to get some pointers to get me...

I haven't tested for myself, but there is an official esp-adf API that supports all of these (plus more)[Link](https://docs.espressif.com/projects/esp-adf/en/latest/api-reference/codecs/index.html). The ESP32 has 2 cores running at 280 MHz, which should...

Question: the Hello message has a MAC address attribute, what does the server use that for? Same question for OS and Arch attributes.

I'm trying to reverse the protocol by reading the code, and I got a little stuck here: ClientConnection::getNextMessage(): ``` socketRead(&buffer[0], baseMsgSize); baseMessage.deserialize(&buffer[0]); // LOG(DEBUG)

Thanks, that makes sense. Can you give me some idea about how the codecs are negotiated? snapserver (v0.17.1) seems to always start a flac stream as soon as the client...

@badaix Can you explain the usage of Stream::getPlayerChunk()? Especially the second parameter (timeout) is a bit confusing.

I'm using an electret with an amplifier based on the MAX9812 chip. I've wired the output directly to the A0 pin. It seems to work ok, but only if the...

I'm trying to avoid wiring it to the sound because the lights are way across the room from the music. I'll try sticking an audio amp between the mic and...

Created a pull request: https://github.com/caioquirino/docker-cloudera-quickstart/pull/15