A
Reaction score
0

Latest activity Postings About

    • A
      acarson replied to the thread Help with Stem Mixer project.
      I went up to 15000 and the only difference I can tell is a change in timbre of the digital noise, other than that there's still about a -40db digital noise that's quite noticeable
    • A
      acarson replied to the thread Help with Stem Mixer project.
      Got it thanks! So I got all the stems playing back just fine using createBuffer. But the digital noise is still very present. Im suspecting its not a hardware issue because its not there when I im only playing 1 audio track at a time. Thoughts...
    • A
      acarson replied to the thread Help with Stem Mixer project.
      Ok so I reworked the code a bit to change the AudioPlaySdWav to the AudioPlayWAVStereo etc. but it doesn't seem to like that. Any thoughts? #include <Audio.h> #include <Wire.h> #include <SPI.h> #include <SD.h> #include <SerialFlash.h> #include...
    • A
      acarson replied to the thread Help with Stem Mixer project.
      Gotcha. I got the volume working properly now. I tried using the method you outlined in the AudioTestPlayMultiSD example but I couldn't get it to work, so I went with the simpler approach to start with. I appreciate your help. Im gonna give the...
    • A
      acarson replied to the thread Help with Stem Mixer project.
      oh yeah my bad! Got the code pasted below. Also my sd cars is a Sandisk Ultra Plus 128gb A1 V10 XC. #include <Audio.h> #include <Wire.h> #include <SPI.h> #include <SD.h> #include <SerialFlash.h> // GUItool: begin automatically generated code...
    • A
      acarson replied to the thread Help with Stem Mixer project.
      I keep running into this issue when I play back multiple sd wavs that the audio gets really quiet and there's loud digital noise. Is this a common occurrence?
    • A
      acarson replied to the thread Help with Stem Mixer project.
      Thanks for the info! Ive gone through the tutorial video a few times and read through your buffered sd thread and have had a bit of luck playing back audio and adding a pot to control mixer gain, but im still trying to figure out a script for...
    • A
      Hi Im still pretty new to the teensy audio world but I am trying to make a 4 track stem mixer with effects and I could use some help. The basic idea is that I would load 4 Stereo wav files of different song stems onto the teensy via sd card. Once...
      • Screenshot 2026-03-08 at 10.12.54 PM.png
  • Loading…
  • Loading…
Back
Top