- 09 Jan, 2023 3 commits
-
-
Wolle authored
indata underflow in decodeNextElement()
-
Wolle authored
make thread safe
-
Wolle authored
for critical areas: xSemaphoreTake(mutex_audio, portMAX_DELAY); xSemaphoreGive(mutex_audio); for areas that can be called by their own thread xSemaphoreTakeRecursive(mutex_audio, portMAX_DELAY); xSemaphoreGiveRecursive(mutex_audio);
-
- 08 Jan, 2023 2 commits
- 06 Jan, 2023 1 commit
-
-
Wolle authored
-
- 05 Jan, 2023 1 commit
-
-
Wolle authored
-
- 28 Dec, 2022 1 commit
-
-
Wolle authored
-
- 27 Dec, 2022 3 commits
-
-
Wolle authored
-
Wolle authored
AudioBuffer: if "no PSRAM" is requested, really avoid it
-
Stefan Seyfried authored
-
- 22 Dec, 2022 10 commits
- 20 Dec, 2022 2 commits
- 19 Dec, 2022 1 commit
-
-
Wolle authored
-
- 16 Dec, 2022 12 commits
- 08 Dec, 2022 2 commits
-
-
Wolle authored
prevent background task to get all CPU
-
Matthias Hertel authored
This is a fix proposal to avoid that the high priority of the separate background task will get almost all CPU and the sketch loop() function is not called. This happens when no audio is running as the audio.loop will return fast and called again on high priority. When there is playing audio the separate task gets suspended while waiting for network packages,
-
- 04 Dec, 2022 1 commit
-
-
Wolle authored
-
- 02 Dec, 2022 1 commit
-
-
Wolle authored
-