chensx2012
Active member
I checked Paul's audio library for I2S audio input and output: https://github.com/PaulStoffregen/Audio/blob/master/output_i2s.cpp. Right now the input or output audio samples are type of int16_t. Can we made slight changes so that the I2S DMA can deal with int32_t data? What I would like to do is trying to make Teensy 3.1 to work with 24 bit audio codec. Any ideas?