-
Notifications
You must be signed in to change notification settings - Fork 35
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
CDC + AUDIO Composite not working together #8
Comments
Ok, will try with IAD descriptor |
Currently i look at the descriptor table at the teensy project: But be careful. Windows does not like a wrong descriptor. At the moment its crashing as soon i connect the usb cable! |
hi, found the issue now. yes its the missing IAD. I added it to MIC and SPKR. Windows is detecting audio devices correct but i have to test if everything is working. but looks good at the moment :-) |
i also changed: #if (USBD_USE_UAC_SPKR == 1) after that sound was fine. but have problems with microphone. do not get it to work that samples are sent to usb endpoint... |
ah, and its only 16khz sample rate. Did not get it to work with 48khz |
mic needs extra endpoint. it conficts with EP1 from Speaker |
i still working on getting CDC + AUDIO working.
so i found this:
https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Composite-USB-CDC-and-Audio-Class/m-p/486885#M4306
The text was updated successfully, but these errors were encountered: