Search results

  1. M

    Compatibility between Wavetable-Synthesis and teensy audio library

    Looks like I just ran into the same problem with the Teensy 1.45 release - the SoundFontDecoder.exe program doesn't seem to add the required "AudioSynthWavetable::" to the generated .cpp/.h files I guess that hasn't been updated to match the Python source files yet?
  2. M

    Teensy 3.6 SPI library - garbled output on SparkFun LCDs

    Hi, I'm having a similar problem with SD1106/SD1306 OLED displays and Teensy3.6 specifically. The code is Ornaments and Crimes ( https://github.com/mxmxmx/O_C/tree/master/software/o_c_REV ) I'm using the Alternate SPI pins (SCK=D14, MISO=D12, MOSI=D7) and I change them using -...
  3. M

    Quad audio output

    Thanks Paul, Sounds like the SGTL5000 is a better choice for Quad outputs right now. Or just go for a native TDM part for more channels, like the Cirrus CS42448, since that is already supported. thanks again, Tom
  4. M

    Quad audio output

    i2s_quad using two(2) PT8211 Codecs? I'm thinking that the format of the PT8211 is different than the SGTL5000, so that i2s_quad will only work with two SGTL5000, yes?
Back
Top