Bluetooth with DSP and Internal DAC #275
Answered
by
pschatzmann
InsaneEngineer
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Aug 6, 2022
Replies: 1 comment
-
I suggest that you have a look at my AudioTools library where you don't need to bother about these details. If you use the internal DAC with the ESP-IDF API, bits_per_sample is 16 but the DAC module will only take the 8bits from MSB. |
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
I suggest that you have a look at my AudioTools library where you don't need to bother about these details.
Here is an example using an Equilizer. Just change the AudioKitStream to an AnalogAudioStream to use the internal DAC.
If you use the internal DAC with the ESP-IDF API, bits_per_sample is 16 but the DAC module will only take the 8bits from MSB.