-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Using DAC ouput to amp instead of I2S #25
Comments
The code is not currently set up to output to the DAC, but o think to should be straightforward to make it work. I'll have to have a look. |
I would truly appreciate it.
…On Wed., Oct. 26, 2022, 7:49 a.m. Chris, ***@***.***> wrote:
The code is not currently set up to output to the DAC, but o think to
should be straightforward to make it work. I'll have to have a look.
—
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZH5LC7SGWERDFJGTEEHGDTWFELGJANCNFSM6AAAAAARO43OKI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Looks like it's already there! in the
|
Already tried that but no change. I tried commenting the other 4 i2s
speaker lines, but that just raise errors.
…On Wed., Oct. 26, 2022, 11:20 a.m. Chris, ***@***.***> wrote:
Looks like it's already there!
in the config.h file, just comment out the line:
#define USE_I2S_SPEAKER_OUTPUT
—
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZH5LC2AJDA5LUI3YQBJQZ3WFFD4FANCNFSM6AAAAAARO43OKI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
your description states the following: |
That should be all that's necessary - that will start writing samples out to the DAC. Might be worth running a simple test to make sure you can output audio normally to the DAC and sound comes out. |
I've been trying to achieve the same, but so far no result. I think it's something simple with defining the pin of the built-in DAC somewhere (GPIO 25 or 26), but I can't seem to figure out where to put this. |
Can you check it again, a lot of fixes were made to the I2S implementation |
It is not clear (to me at least) what I need to do or set up to have the audio output use DAC instead of I2S. I am using a PAM8302 with attached volume control and running ESP-NOW. Any and all help would be appreciated.
[email protected]
The text was updated successfully, but these errors were encountered: