I am trying to build a Java application that can calculate and analyze the main acoustic measures required for acoustic analysis, namely, the Fundamental Frequency, jitter, shimmer, and Harmonic to Noise Ratio. The idea is to be able to load up an audio file into the application, and extract those acoustic measures from the audio file. Are there any standard out external Java libraries that I can use to build this application?
Please login or Register to submit your answer