Skip to content

Releases: adamjakab/BeetsPluginBpmAnalyser

v1.4.1

06 May 14:34
Compare
Choose a tag to compare

Fixed multithreading

  • Multithreading now works by launching a separate system process for each thread which runs the analysis.
  • The default value for the thread configuration option is now AUTO which internally translates to total number of cores * 0.75, i.e. 75% of total cores.

v1.4.0

03 May 20:31
Compare
Choose a tag to compare

Latest release

v1.3.8

03 May 20:19
bc14839
Compare
Choose a tag to compare

v1.3.8

v1.3.7

03 May 20:17
bba6996
Compare
Choose a tag to compare

v1.3.7

v1.3.6

03 May 20:11
5902f9d
Compare
Choose a tag to compare

v1.3.6

v1.3.5

03 May 19:53
Compare
Choose a tag to compare

What's Changed?

  • Adds the pydub library to address the audio conversion issue by converting audo files to wav before analyzing them with aubio. Solves #11
  • Implements the "auto" configuration option. by @brianschrameck in #7

New Contributors

Full Changelog: v1.3.3...v1.3.5

v1.3.3

02 Mar 23:21
98e9902
Compare
Choose a tag to compare

Minor fixes

v1.3.2

24 Feb 00:19
aafc609
Compare
Choose a tag to compare
Merge pull request #3 from adamjakab/devel

Restructuring package

1.3.1

16 Feb 20:44
Compare
Choose a tag to compare

working correctly with pip install

1.0.0

16 Feb 14:05
Compare
Choose a tag to compare

First release.