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
Due to the summer vacation period we are currently understaffed, so delayed replies must be expected. I am sorry about any inconvenience this might cause.
The example does not support Volume Control requests by default, so you'll have to implement this yourself. You can do this by adding a descriptor and handling Volume Control requests according to the USB Audio 1.0 specification (which is the version our SDK uses).
Best regards,
Simon