processor usage

Status
Not open for further replies.

koen

Member
Hi Forum,

I have a question regarding the AudioProcessorUsage() function. Is this measuring the cpu usage of the Teensy or the cpu usage (if applicable) of the audioshield?

Greetz, Koen
 
It's the CPU usage on Teensy.

Graphically speaking, AudioProcessorUsage() measures this:

cpu.png

It captures all the CPU time spend doing non-I/O work like reverb, waveform synth, and effects processing. It also captures part of the work involved for receiving and sending digital audio data to/from the audio shield, but measuring the portion done in the higher priority interrupts is imperfect.
 
Thanks, that is clear. Anything on the Teensy between input and output in the audio library objects.

Thank you
 
Status
Not open for further replies.
Back
Top