I see audio recording supports detecting a pitch/frequency. I would like to replace this algorithm with my own specialized code. How could I go about this? I would need access to the byte stream. Ideally, it would be a callback notifying me as the frequency changes, rather than needing to poll.
J