This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to adding the volume control in the usbd_audio project? pls help me.

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!

Parents
  • 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

Reply
  • 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

Children
Related