ok, thanks I set a variable for fileNum (number of files) instead of the hard code. It seems to work if everything is just right with twenty files. I made numbers saying one, two, three, etc. so I...
Type: Posts; User: stevex
ok, thanks I set a variable for fileNum (number of files) instead of the hard code. It seems to work if everything is just right with twenty files. I made numbers saying one, two, three, etc. so I...
No it's not. I didn't even know what that was. I had to look it up. I just thought they had to be all caps. That file did work sometimes. Is there something wrong with the code that I can't seem to...
Hello-
I cobbled together this code on another thread and it basically does what I want. It works with 4 or 5 files, but i thought I could just add my own files...as many as I like...20 wav...
Well, not crossfade so much...what I wanted it to do is to be able to switch between the mic input and the wav files on the SD card. With this sketch the mic is always live, but I can stop the wav...
OMG. I found what I was looking for on YouTube. My coding skills with Teensy audio are lacking and I was having a hard time making things work. Thank you all for your help. I hope to study this and...
ok finally I got both the mic input and the SD wav file from the SD card to play at the same time. Amazing.
Now how do I get it to switch between the mic input and the SD wave file playing. (I know...
ok, here is the mixer sketch from the audio tutorial. It plays two wav files from the SD card on the audio shield. With pot A3 I can switch between the files.
I have a mic connected to the audio...
I cannot get the mic input and the SD card wav files to work in the same sketch. All I want to do is switch between them.
I do get that generally how it works, although I'm having trouble simplifying it...
I did post the code in between the code things...it must have been something with my browser blocking it.
test
/*
Blink
Turns an LED on for one second, then off for one second,...
I found this sketch that does what I want...which is to switch between mic input and the wav files on the SD card. Pardon my coding ignorance, but I'm having trouble figuring out how it works. I have...
But can I have a mic input and SD card wav files and switch between them. I tried combining a mic input sketch with a play SD card sketch and no luck. My coding skills are minimal and with teensy...
I would like to switch the Teensy audio shield between a mic input and playing wav files off the SD Card...or the mic and synth waveforms.
I'm not a coder so much, more of a beginner. I have tried...
I want to create a lisajous oscillator with one oscillator on left channel and another on the right. I need to control freq and phase.
I am a novice so having trouble with syntax after using the...