DAC Write equivalent on i2s #1811
-
I used built-in esp32 DAC to generate 8bit sample audio, and the audio quite bad. I was planning on using External DAC (maybe PCM5102). I used dac_output_voltage(DAC_CHANNEL_1, 8bitsample) on my program. how can I write that to the external i2s DAC. I dont use i2s ADC input like on the example. |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Nov 25, 2024
Replies: 1 comment
-
Please use the functionality of this library as described in the Wiki and the examples. dac_output_voltage is neither part of my functionality nor should it be used for audio! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please use the functionality of this library as described in the Wiki and the examples.
dac_output_voltage is neither part of my functionality nor should it be used for audio!