Search results

  1. D

    Teensy Audio Library Scrubber Object

    Not stupid at all! I had my environment setup in platformio, so I had a modified version of the audio library installed which included the scrub object. If you just want to get the example to work in Teensyduino, you should just be able to include play_scrub.h for it to work, like this: /...
  2. D

    Teensy Audio Library Scrubber Object

    Hey anyone who's following this, sorry about being MIA! I had a super busy summer, but I finally updated the GitHub for the scrubber. It now includes the most up to date code, allowing for variable speed playback as well as smooth scrubbing of raw audio files stored on an SD card. I have also...
  3. D

    Teensy Audio Library Scrubber Object

    Thank you! I don't have a demo yet, but I'm getting to a point with the project I'm working on (a multi-engine art-synth thing) where I'm excited to share it soon. I hope to put out a simple example sketch asap though. I'm currently using a rotary encoder for the scrubbing, which works quite...
  4. D

    Teensy Audio Library Scrubber Object

    thank you kindly mr. Fethers. I'm excited to scrub as well.
  5. D

    Teensy Audio Library Scrubber Object

    I'll work on getting a simple example together sometime this week, but the new version uses a raw audio files on an SD card and a smaller DMAMEM array of uint_16 values, which sounds close to what your looking for.
  6. D

    Teensy Audio Library Scrubber Object

    Thank you for the kind words! I actually have revamped the project entirely so it works with raw audio files from an SD card. It does it in a kind of weird way where you declare a DMAMEM array of some size and pass that as a pointer to the scrubber object, allowing you to play super long SD...
  7. D

    Teensy Audio Library Scrubber Object

    Heyo everyone, So I've been working on implementing live scrubbing through audio on the teensy for a large project I'm creating. Think scratching vinyl or scrubbing through a tape machine. I was trying to implement it with the queue object, but I was running into a ton of issues with clicking...
  8. D

    Teensy 4.1 ssd1351 Library issues

    Hi all, Hope everyone's doing well! This is my first time posting on the forum, but I'm a pretty avid teensy user, specifically I do a lot of animation work with OLED screens driven by the SSD1306 and the SSD1351. Ive recently been trying to transition from the Adafruit ssd1351 library to the...
Back
Top