-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure RTOS USBX audio class 2.0 #9
Comments
|
Hi CQ Xiao, Thank you for this feedback. Can you please share with me this macro value to test if i have the same Behaviour :). UX_DEMO_FRAME_BUFFER_NB, Regards |
|
@ayedm1 any updates? |
Hi @yuxin-azrtos, for me enumeration is OK. I will continue to dev my app now. |
@ayedm1 Thanks! Let us know if you have additional questions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi All,
I’m Currently working on an USBx audio application with an stm32H743i. I have some point for support & enhancement .
I found a mistake when registering audio class in MS website https://docs.microsoft.com/fr-fr/azure/rtos/usbx/usbx-device-stack-supplemental-2#usb-device-audio-class
Support.
issue
I can’t enumerate my audio2.0 device.
Enhance
In “ux_device_class_audio20_control_process.c” file it’s possible to set WRES in applicative side by user when host request FU_VOLUME_CONTROL?
For feature unit control selectors macros in “ux_device_class_audio20.h” it is possible to change it like Audio device Class Specification.
For Example change UX_DEVICE_CLASS_AUDIO20_FU_MUTE_CONTROL 0x01 to 0x03
Screenshot from audio20 spec sheet 59
Regards,
Mohamed
The text was updated successfully, but these errors were encountered: