You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've tried to implement 96KHz support but I get weird pitch and distorted audio apparently because there's some sample rate mismatch inside the audio system that creates this issue and I would like to know how to make it work with higher frequencies than 48k/16 bits.
Hope to get a response back as this project seems dead. I was thinking if it would also make more sense to recreate the entire soundcard using TinyUSB at this point...
The text was updated successfully, but these errors were encountered:
alessandromrc
changed the title
Issue with usb sound card
Issue with usb sound card at higher sample rates
May 24, 2023
Apparently the issue is related to USB buffers which I'm actually looking into right now and I've got 96kHz 16 bit working without any issue... will look forward at adding more sample rates and maybe higher up the bitrate to 24
Hi, I've tried to implement 96KHz support but I get weird pitch and distorted audio apparently because there's some sample rate mismatch inside the audio system that creates this issue and I would like to know how to make it work with higher frequencies than 48k/16 bits.
Here's the code I changed:
In the CMake I did this change here:
Hope to get a response back as this project seems dead. I was thinking if it would also make more sense to recreate the entire soundcard using TinyUSB at this point...
The text was updated successfully, but these errors were encountered: