nedned
nedned

Reputation: 3707

Cross platform audio analysis library

I'm looking for a cross-platform library that allows me to analyze the waveform of a sound file. It needs to be able to at least have the ability to query the amplitude for a given sample, and it would be nice if it could do frequency detection.

Upvotes: 0

Views: 1738

Answers (1)

Nik Reiman
Nik Reiman

Reputation: 40380

Well, querying the amplitude for a given sample is rather easy, you only need to convert the sample's value to decibels. As for the other types of analysis, you'll probably find aubio to be a good tool. It can do frequency detection, and even gives you the option of using a number of different detection algorithms depending on whether you need accuracy or performance.

Upvotes: 1

Related Questions