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

memory for resonance effect #1

Open
YvesBB opened this issue Sep 18, 2024 · 1 comment
Open

memory for resonance effect #1

YvesBB opened this issue Sep 18, 2024 · 1 comment

Comments

@YvesBB
Copy link

YvesBB commented Sep 18, 2024

ADAU1701 has not enough memory for make a good resonance effect , is it possible to amplify the time of resonance with the help of esp32?
yves

@ClemensAtElektor
Copy link
Owner

(Not sure what you mean with resonance effect, reverb maybe?) The ADAU1701 is a self-contained device, and it cannot access resources available in external devices like the ESP32. It can be controlled by an external device, and it can send and receive data over I²S. The ESP32 and the ADAU1701 can be placed in series to process audio data. If your resonance effect can be split into several serial tasks, then you can do a part on the ESP32 and another part on the ADAU1701.

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

No branches or pull requests

2 participants