Hello!
Ideally, I was hoping to output three AudioSynthWaveformPWMs on three PWM pins on the teensy 4.0. However, using the GUI, it's under the synth, and I can't directly output the signal. Was wondering if there's any easy way to do this? Or should I try to make a custom AudioStream object? Any other chips that might help?
I was trying to filter an input audio signal with a lowpass, bandpass, and high pass and output these three audio signals. I built a circuit that turns these into the pulse width modulated versions that's automatically done by AudioSynthWaveformPWM. So, another solution to my issues could be just getting these three audio signals out with another chip, since teensy 4.0 doesn't have a dac, much less 3. Any chips recommended here? Any help would be appreciated, thanks in advance.
Ideally, I was hoping to output three AudioSynthWaveformPWMs on three PWM pins on the teensy 4.0. However, using the GUI, it's under the synth, and I can't directly output the signal. Was wondering if there's any easy way to do this? Or should I try to make a custom AudioStream object? Any other chips that might help?
I was trying to filter an input audio signal with a lowpass, bandpass, and high pass and output these three audio signals. I built a circuit that turns these into the pulse width modulated versions that's automatically done by AudioSynthWaveformPWM. So, another solution to my issues could be just getting these three audio signals out with another chip, since teensy 4.0 doesn't have a dac, much less 3. Any chips recommended here? Any help would be appreciated, thanks in advance.