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
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...
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...
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...
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...
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?
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...
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...