mirror of
https://github.com/Aurnytoraink/AudioMultiChannel.git
synced 2026-06-24 12:21:35 +00:00
Extend Teensy Audio lib to enable multichannel recording
- C++ 100%
| examples/MultipleSinewavesRecording | ||
| AudioMultiChannelRecorder.cpp | ||
| AudioMultiChannelRecorder.h | ||
| README.md | ||
AudioMultiChannel
Extend Teensy Audio lib to enable multichannel recording on SD card. This module communicates with the SD card trought the SDIO protocol, which is faster than SPI.
Warning
For now, records are saved as raw files, but in the future I'm planning to support saving directly as WAV file. Support for other audio format won't be planned.
How to use
Simply copy the AudioMultiChannel module (.cpp and .h files) into the same folder as your Arduino project folder.
Example
Tip
Don't forget to copy the AudioMultiChannel module files into the project folder.
- MultipleSinewavesRecording: Generate 32 sine waves and record them in