adamjakab / BeetsPluginBpmAnalyser

A beets plugin for obsessive-compulsive music geeks to add BPM information to their songs.
MIT License
23 stars 4 forks source link

Not working - Aubio is failing with "could not find RIFF header" message #11

Closed adamjakab closed 4 months ago

adamjakab commented 4 months ago

Needs fixing! Issue described here: https://github.com/aubio/aubio/issues/116

My plugin version (output of beet bpmanalyser -v) is:

bpmanalyser: Bpm Analyser(beets-bpmanalyser) plugin for Beets: v1.3.3)
adamjakab commented 4 months ago

As the it states in the above mentioned issue: "The default binary is built with only a simple WAV file reader." so there is no immediate solution for this. This issue cannot be fixed without either:

a) convert mp3/flac -> wav and then process the file with aubio b) find another library which can process mp3/flac

adamjakab commented 4 months ago

Solved in release v1.3.5.