Skip to content

struggling with volume control/headphone jack in /examples-audiokit/basic-a2dp-audiokit/ #127

Answered by pschatzmann
TayHah asked this question in Q&A
Discussion options

You must be logged in to vote

As I have written in the introduction of the README of the audiokit project, I converted the code from ADF and I honestly don't know all the details. The easiest is, if you relate to the documentation from espressif

If you are unhappy with the volume control provided by the AudioHAL, I suggest to implement the volume control as described in the Wiki of this project: This will affect all output. If you register your logic the the corresponding buttons, then the existing implementation just gets replaced. e.g. kit.addAction(kit.pinVolumeDown(), yourActionVolumeDown);

Yesterday I corrected and tested the broken headphone detection and for me it was working. Try to install the latest versions…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jay6621
Comment options

Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants