Search found 3 matches

by volksvorg
Fri Jan 12, 2024 3:24 pm
Forum: ESP-ADF
Topic: Is it possible to run http_stream_reader and a custom web server at the same time?
Replies: 0
Views: 60668

Is it possible to run http_stream_reader and a custom web server at the same time?

I am developing an application that utilizes the http_stream_reader in a pipeline and I also want to run a custom web server for configuration purposes. "I have a web server based on ESP-IDF httpd. However, when I start the custom webserver and initiate the pipeline with http_stream_reader, I encoun...
by volksvorg
Thu Jan 04, 2024 10:48 am
Forum: ESP-ADF
Topic: Speaker volume control
Replies: 4
Views: 11020

Re: Speaker volume control

audio_hal_set_volume(board_handle->audio_hal, 100);
by volksvorg
Fri Mar 31, 2023 8:34 pm
Forum: ESP-IDF
Topic: recv() does not give correct read value
Replies: 1
Views: 1417

recv() does not give correct read value

Hi there, At the moment i am developing a snapcast client for my ESP32. Snapcast is a multi room audio solution. The Snapcast Server is sending a constant stream of 20ms raw pcm audio data, which is 3840 bytes. 4 bytes left and right audio multiplied by 48000/50, this is equal to 3840bytes. my Socke...