Search results

  1. S

    What happens when AudioRecordQueue queue gets filled with blocks?

    Thank you for your detailed answer. I also appreciate your insight regarding AudioMemory. I am using a microphone for my project and wanted to know what happens to the samples when the queue fills up. Maybe I should start another thread but also wanted to ask what is the difference between...
  2. S

    What happens when AudioRecordQueue queue gets filled with blocks?

    Assuming that we allocated some audio memory from AudioMemory(x), what happens when the audio queue (instance of AudioRecordQueue) gets filled completely with samples? I dug into the library itself (https://github.com/PaulStoffregen/Audio/blob/master/record_queue.cpp#L78) and found out the...
  3. S

    Use SD library in C

    Greetings, I wanted to know what are my options regarding using a SD Card for my project which is running in a Teensy 3.6 board which is programmed in my case in C. Seeing as the standard library for the SD operations is written in C++, am I out of luck here? Thank you in advance :)
Back
Top