Audio waveforms not outputting

Status
Not open for further replies.
Hello,

I've been having a slight problem with the Teensy 3.6 where I can't get any audio waveforms to output (I've been using the sample code provided in Audio folder), however, I can get other preset instruments like String, and Drum and even SynthMusic to output sound. Does anyone know what could be the cause?
Thanks for your time!
 
Make sure you have AudioMemory(20) in your code. Forgetting this is the most common cause of "nothing happens".

If you want us to help in some way other than blind guessing, you need to actually show (not tell, but show) us what you're actually doing. A complete program so anyone can reproduce the problem on their Teensy is essential.
 
Status
Not open for further replies.
Back
Top