Audio tool - BleepLabs/Arduino-Light-And-Sound GitHub Wiki

The Teensy audio library design tool

This tool simplifies a lot of the work involved in setting up the framework for an audio project.

On the left are a list of modules you can use. For our hardware we'll use the output "dac". Audio in is possible with this hardware but tricky.
To add a module simply drag it to the middle.
Object have inputs on the left and outputs on the right. Click and hold on one of these node and drag to another node to connect them.
A single output can be sent to multiple inputs but an input can only have single thing routed to it. To have multiple things coming in you'll need a mixer.

Once you've go it all laid out, click export and the top and copy the block of code. Put this at the top of the definition section of your code, making sure to overwrite any existing audio tool code.
You can also import code. Either delete everything in the middle or open up an incognito window to start fresh. Then click import and paste the existing block of audio tool in there.