1, The SDK is nRF5_SDK_14.2.0_17b948a;
2, running the usbd_audio project; It don't control the volume by 52840;
3, Can you help me how to adding the volume control in this project?
Thank you very much!
1, The SDK is nRF5_SDK_14.2.0_17b948a;
2, running the usbd_audio project; It don't control the volume by 52840;
3, Can you help me how to adding the volume control in this project?
Thank you very much!
Hi
I'm sorry, but you'll have to implement this yourself. I would suggest looking at how the usbd_audio project implements/adds other descriptors and handles requests and use that as reference, as the Volume control shouldn't be any different than other USB events/requests. You can download the USB audio 1.0 specification from this page: https://www.usb.org/document-library/audiovideo-device-class-v10-spec-and-adopters-agreement
Best regards,
Simon