Simon Warwick
Simon Warwick

Reputation: 21

Aubio 0.4.0 Python Windows Installed but failing when creating aubio source

So I managed to get aubio 0.4.0 installed so that it imports into python without errors however I haven't figured out how to pass files to be analyzed.

Here's the steps I've done to install aubio 0.4.0 taken from here:

--------------- INCLUDING LIBAV libraries ---------------------------

-------------------- END LIBAV ---------------------------------------

------------------- EDIT ---------------------------------

The above instructions should work now without the problem originally asked

------------------- END EDIT -----------------------------

So from the results I get a lot of 'ok' regarding the many different tests being made however it's first problem is with "test_many_sinks" where it tries to use the .wav file from sounds and gives:

AUBIO ERROR: failed creating aubio source with [wav file path]

It continues giving the same error for the rest of the tests until it crashes on "test_zero_hop_size" and stops.

Any further advice as to what I still need to do would be much appreciated. Thanks!

Upvotes: 0

Views: 815

Answers (1)

Simon Warwick
Simon Warwick

Reputation: 21

With help from Paul Brossier we found out two issues:

  1. Because I never included libav into my build I can't use .mp3's to test

  2. Using a newer git repository ended up allowing me successfully run demo_bpm_extract.py which was previously erroring even when I tested with a .wav file. The git source I used can be found here: http://git.aubio.org/?p=aubio.git;a=commit;h=4a1378c12ffe7fd518448f6a1ab00f99f0557286

There are still quite a few errors showing up when executing "run_all_tests" which I've tried to pass over to Paul.

Upvotes: 0

Related Questions