Nice to hear that your problems with the USB interface have been solved. Thanks also to h4yn0nnym0u5e for helping me and contributing to the USB audio interface.
If you are not quite sure whether buffer over- or underruns occur even after...
I finally found the time to work on the LastCall class. This class is used to measure the time of update- and isr- calls. The goal was to increase the performance of the class but also keep the outlier detection. (An outlier in this context is...
Indeed.
And I’ll reiterate, a huge amount of work has been done on improving the existing Teensyduino implementation, which you can find discussed and linked to in this thread.
UAC2 is already done, up to 96k/8 channel/16bits has been tested...
Thanks for fixing that. I took the abbreviations for the channel names directly from the USB specification and didn’t notice the warnings. Interestingly, the bottom center and back center channels are both called BC in the specification.
Thanks...
Thanks for fixing that. Back then I only tested the common sampling frequencies. For now I merged your pull-request, but I hope that I'll soon find the time to refactor the function and to improve it. Shouldn't be too difficult. Unfortunately, I...
Hi,
thanks for having a look at the problem.
The assumption that the interval between two update calls is always longer than the interval between the usb transmit/ receive interrupts is of course not true for small block sizes. Thank you for...
I forgot, you already pointed out a suspicious section of the code. I’ll look into it over the weekend, and I’m sure I’ll also find some time to fix the spelling error. 😅