Search results

  1. A

    Recording Stereo Audio to SD Card

    I'm glad you found the code useful. In answer to your questions. 1. The code records a single file which Audacity can read as a stereo file. 2. The loop function does start and stop short recordings, this was my testing process. Modify the time to do recordings of different length and remove...
  2. A

    Recording Stereo Audio to SD Card

    I solved my own problem raised here, by interleaving the audio data from the two queues and doing a single file write to the SD card. This was a little more complicated than I'd hoped, and it might be nice to have a stereo-queue object that does the interleaving for us :) Here's the source code...
  3. A

    Recording Stereo Audio to SD Card

    I'm testing the ability of the Teensy (3.2 with Audio Board and 3.5) to record two channels of audio to the SD card and get write interruptions in the recorded stream. Mono works fine. Any hints on how to do this are welcome. I'm writing tow files concurrently to the SD card, each using its own...
Back
Top