-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Huge fan of this library. I just am a little confused about how to use the tPeriodDetection and tDualPitchDetector modules. tPeriodDetection_init() and tDualPitchDetector_init() both take in an input buffer and buffer size arguments, and tPeriodDetection_init() also takes in a separate frame size argument that is confusing me a little as well.
What are these used for, and how can I determine the right sizes for these arguments and buffers? The comments for tPeriodDetection don't seem to say anything, and this documentation doesn't include the tPeriodDetection_init() function. I assume these arguments don't refer to actual buffers of audio that get passed into the object, since tPerioDetection_tick() just takes in a single input sample, right?
Let me know if there are any examples or documentation somewhere that I'm missing. Thanks for your help!