Hi,
I am trying to integrate the audio library and I am having difficulty finding what internal resources, such as timers etc are used by the audio software. Can anyone help with this information please.
Which hardware is used depends on which input and output features you use.
You can find specific documentation for each input and output in the design tool. Just click on the feature you want and its documentation appears on the right side panel.
However, that documentation is mostly focused on how to use the library and connect audio chips to Teensy. For more detailed info about how it's actually implemented, you'll need to dive into the library source code. As you read the code, you'll see hardware register names. You can look those up by searching for them in the IMXRT reference manual.
Thanks for taking the time to answer my question. I have now located the information and successfully converted my code to include the music library.
regards
Mike