ESP8266Audio and FreeRTOS on ESP32-S3-DevKitC-1 #729
Unanswered
barkinsarikartal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello dear everyone,
I would like to ask something about this library and FreeRTOS.
Is it possible to use this library with 2 cores running at the same time? I mean that I want to write a program that does something with WiFi in one core and plays audio from spiffs in other core. I saw that some audio libraries use FreeRTOS and create their tasks so they block two of the cores to play audio. Does it apply for this library too?
FYI: I use ESP32-S3-DevKitC-1, MAX98357 and a 4 ohms 3W speaker.
I would appreciate if someone would answer this question for me.
Beta Was this translation helpful? Give feedback.
All reactions