Search results

  1. A

    Resampling I2S slave inputs at the T4/ T4.1

    Hi, I tried to write a class that allows to resample the input data from the i2s slave inputs to the audio sample of the T4/ T4.1. The resampling class is a template class and the template argument is the audio input that gets resampled. I tested it with the AudioInputI2Sslave and tried to make...
  2. A

    Teensy 4 i2s quad to oct input working

    Hi, in addition to data channel 0 of sai1, I got the data channels 1/2/3 working. So it's possible to receive 2/4/6 of 8 audio channels with sai1 of T4. The problem is that the block that implemented is not 100% compatible with the teensy audio library, since I am using a 32 bit floating point/...
  3. A

    Teensy 4 SPDIF input + ASRC

    Hi, since this is my first post here, I would like to tell something about me. Regarding the teensy I am mainly interested in its audio capabilities. About one year ago I started my first DIY-DSP project. I build a freeDsp which I conrolled with an Arduino via I2C (the first time I came in...
Back
Top