Releases: ciacob/alf
Releases · ciacob/alf
Latest binary published by the original author
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.