Skip to content

Releases: ciacob/alf

Latest binary published by the original author

20 Oct 18:09
Compare
Choose a tag to compare

To use the library, add the SWC as a dependency of your HARMAN AIR project. See the code in ALFTest.as and DATFTest.as as a starting point. Also check the *.cpp files for the complete available API.

About: Version 1.0.4 (r19)

Updates

  • Added Algorithms:
    • Pitch tracking using autocorrelation method (getPitch). There is also a version that specifies a range of fundamental frequencies and a threshold for when there is an active audio signal present (getPitchFromSpeech).
    • Phase vocoding and beat tracking added to the functions available in ALF.