Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32 AudioOutputULP fixes #579

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

FedericoBusero
Copy link
Contributor

  • ULP didn't work anymore on ESP32 because of a stupid mistake:
    CONFIG_IDF_TARGET_ESP32 is only defined after #include"AudioOutputULP.h" ! So the ESP32 code was actually skipped

  • Also a small fix for stereo ULP support: stereo was in reality also mono

CONFIG_IDF_TARGET_ESP32 is not yet defined before #include "AudioOutputULP.h"
Copy link

@Gifford47 Gifford47 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test

On ESP32S2 it compiles, but no audio is coming out
On ESP32S3 DAC is not supported
This was referenced Apr 25, 2023
@FedericoBusero
Copy link
Contributor Author

  • On ESP32-S2 it doesn't work, so ESP32-S2 doesn't need to be included
  • ESP32-S3 doesn't have DAC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants