TinyUSB Audio: Testing the Microphone Quality using a Stream
In my last blogs, I described how I managed to extend TinyUSB to provide an simple USB Audio device in Arduino. So far I have been using some randon numbers to generate noise. This is not very helpful to check if we lost some samples. A SawTooth wave is much more convinient. We can use the AudioTools to generate this. Here is the example sketch, that also shows how we can define an Arduino Stream Read more…