I undertaking a personal project which involves the development of a system which will automatically generate audio thumbnail clips (about 30 seconds in length) from a full length track.

In order to do this I want to look at the energy and pitch of the audio to try and correctly identify its major structural features.

Is there any open source software available that can do energy/pitch extraction? If not I will start looking into alternative methods using MATLAB.

Thanks!

有帮助吗?

解决方案

You might want to look into the Echo Nest API. It has a lot of audio analysis capabilities, and I know there's a script bundled in the Remix package that can automagically turn songs into shorter or longer versions (I believe the script is called earworm).

其他提示

YAAFE (Yet Another Audio Feature Extractor) http://yaafe.sourceforge.net/ does audio feature extraction in MATLAB, Python and C.

Audacity may do it.

Try JAudio which can extract features from an audio.

MARSYAS contains bextract for analysis, can find MFCCs and various other timbral and spectral features. http://marsyas.info/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top