Skip to content

Latest binary published by the original author

Latest
Compare
Choose a tag to compare
@ciacob ciacob released this 20 Oct 18:09
· 6 commits to master since this release

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.