Search results

  1. M

    changing pitch of audio samples - TeensyVariablePlayback library

    Just wanted to report back that the code works. Thanks! I removed the fade in Audacity, so I removed setLoopStart() and setLoopFinish() aswell. When I extend the crossfade, the loop is almost inaudible.
  2. M

    changing pitch of audio samples - TeensyVariablePlayback library

    I can't believe that I missed that the sound fades in and out, sorry for that. Will try the code and thank you a lot already
  3. M

    changing pitch of audio samples - TeensyVariablePlayback library

    Thanks for your help, but I think we're currently not on the same page. I need help to understand the use of the looping functions to play a sound repeatedly without any audible interruptions.
  4. M

    changing pitch of audio samples - TeensyVariablePlayback library

    Oh sorry, it's the 4.0 with a Rev. D audio apapter. Board manager and libraries are all up to date.
  5. M

    changing pitch of audio samples - TeensyVariablePlayback library

    Sorry for being "the guy" that provided too little context and still expects help😅 And thanks for still helping me! I did, but it didn't work for me. It's in the arduino sketch. #include <Arduino.h> #include <Audio.h> #include <SD.h> #include <TeensyVariablePlayback.h> // GUItool: begin...
  6. M

    changing pitch of audio samples - TeensyVariablePlayback library

    Hi, first of all, a big thanks to all the contributors for this awesome library. I'm trying to seamlessly loop a single sound file (either WAV or RAW). I found some clues in this post...
Back
Top