I'm using the Aubio library; I can't find this anywhere in the docs at aubio.org or on the internet. When doing processing (specifically pitch detection with aubio_pitch_detect
in my case) does Aubio do anything to the incoming audio arrays in terms of windowing, or do I have to implement that myself?
If I need to add it, a simple windowing code sample (or link) would be welcome.