Giter Club home page Giter Club logo

vamp-aubio-plugins's Introduction

vamp-aubio-plugins

A set of Vamp plugins for audio feature extraction using the aubio library.

This set includes the following plugins:

  • Aubio Beat Tracker
    • Time → Tempo
    • Estimate the musical tempo and track beat positions.
  • Aubio Mel-frequency Band Energy Detector
    • Low Level Features
    • Computes Energy in each Mel-Frequency Bands.
  • Aubio Mfcc Detector
    • Low Level Features
    • Computes Mel-Frequency Cepstrum Coefficients.
  • Aubio Note Tracker
    • Notes
    • Estimate note onset positions, pitches and durations.
  • Aubio Onset Detector
    • Time → Onsets
    • Estimate note onset times.
  • Aubio Pitch Detector
    • Pitch
    • Track estimated note pitches.
  • Aubio Silence Detector
    • Low Level Features
    • Detect levels below a certain threshold.
  • Aubio Spectral Descriptor
    • Low Level Features
    • Computes spectral descriptor.

Build Instructions

You will need to have Python, git, and a C++ compiler.

Please refer to the build script corresponding for your platform for brief instructions on how to build this project:

Available OS scripts

  • ./build_linux.sh for Linux
  • ./build_osx.sh for Mac OS X
  • ./build_win32.sh for Windows (32-bit)
  • ./build_ming32.sh to cross-compile using Mingw

Windows

The preferred compiler on windows is Microsoft Visual 2013. Also you will want to use a shell environment, for instance Git Bash, and have Python installed and found in the PATH.

Clean up

Use the following command to start from scratch:

$ rm -rf contrib/ build/

Old-school makefiles

This method is now considered deprecated.

The current build system is waf. See above, and read wscript and build*.sh to find out how to use it. Makefiles are kept for the record, but they might be out of date and will eventually disappear.

$ make -f Makefile.<os_name> clean all

where os_name should be replaced by one of linux, mingw32, or osx.

Installation Instructions

The Vamp plugin is defined by the following three files. Depending on your platform, the extension of the binary file will vary.

vamp-aubio.cat
vamp-aubio.n3
vamp-aubio.{so,dll,dylib}

Follow the Vamp installation instructions to copy the above three files to your preferred plugin directory.

Copyright and License Information

Copyright (C) 2006-2012 Chris Cannam and Queen Mary University of London
Copyright (C) 2006-2015 Paul Brossier <[email protected]>

vamp-aubio-plugins is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

vamp-aubio-plugins's People

Contributors

cannam avatar piem avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vamp-aubio-plugins's Issues

Can't load Aubio in MacOS arm64

I can't use Aubio plugins in Sonic Visualiser in MacOS M1. I understand this version wasn't prepared for arm64 processors, but just wanted to let you know.
/Users/asap/Library/Audio/Plug-Ins/Vamp/vamp-aubio.dylib Library cannot be loaded: dlopen(/Users/asap/Library/Audio/Plug-Ins/Vamp/vamp-aubio.dylib, 0x0006): tried: '/Users/asap/Library/Audio/Plug-Ins/Vamp/vamp-aubio.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/asap/Library/Audio/Plug-Ins/Vamp/vamp-aubio.dylib' (no such file), '/Users/asap/Library/Audio/Plug-Ins/Vamp/vamp-aubio.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')) /Users/asap/Library/Audio/Plug-Ins/Vamp/vamp-aubio.dylib Library cannot be loaded: dlopen(/Users/asap/Library/Audio/Plug-Ins/Vamp/vamp-aubio.dylib, 0x0006): Library not loaded: /usr/local/lib/libaubio.5.dylib Referenced from: /Users/asap/Library/Audio/Plug-Ins/Vamp/vamp-aubio.dylib Reason: tried: '/usr/local/lib/libaubio.5.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/libaubio.5.dylib' (no such file), '/usr/local/lib/libaubio.5.dylib' (no such file), '/usr/lib/libaubio.5.dylib' (no such file, not in dyld cache)

Onset detection functions

Is it possible to output the onset detection functions for the methods used by aubio onset plugin?

Two related issues.

C:\Program Files (x86)\Vamp Plugins\vamp-aubio.dll Library depends on another library that cannot be found

Which library is this and where do I find it? I copied everything over in the provided .zip file.

The second issue is that the error message in Sonic Visualiser shows the path as C:/Program Files (x86)/Vamp Plugins/vamp-aubio.dll. Not an issue for a Linux user working on Windows, but could be confusing for Win only users.

Win 8.1, Sonic Visualiser 3.2 32-bit

Can't check signature: No public key

gpg: key 22BE0C62FFBFA548: "Thomas Nagy [email protected]" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
gpg: assuming signed data in 'waf-2.0.20.tar.bz2'
gpg: Signature made 2020年03月28日 16:57:43
gpg: using RSA key 8AF22DE5A06822E3474F3C7049B4C67C05277AAA
gpg: Can't check signature: No public key

build fails on ubuntu 16.04 32 bit

seems to fail at waf configure

......
+ popd
~/git/vamp-aubio-plugins
Setting top to                           : /home/rob/git/vamp-aubio-plugins 
Setting out to                           : /home/rob/git/vamp-aubio-plugins/build 
Checking for 'g++' (C++ compiler)        : /usr/bin/g++ 
Traceback (most recent call last):
  File "/home/rob/git/vamp-aubio-plugins/.waf-1.8.22-596301b77b6d6efab064109ecd67cd79/waflib/Scripting.py", line 114, in waf_entry_point
    run_commands()
  File "/home/rob/git/vamp-aubio-plugins/.waf-1.8.22-596301b77b6d6efab064109ecd67cd79/waflib/Scripting.py", line 175, in run_commands
    ctx=run_command(cmd_name)
  File "/home/rob/git/vamp-aubio-plugins/.waf-1.8.22-596301b77b6d6efab064109ecd67cd79/waflib/Scripting.py", line 166, in run_command
    ctx.execute()
  File "/home/rob/git/vamp-aubio-plugins/.waf-1.8.22-596301b77b6d6efab064109ecd67cd79/waflib/Configure.py", line 87, in execute
    super(ConfigurationContext,self).execute()
  File "/home/rob/git/vamp-aubio-plugins/.waf-1.8.22-596301b77b6d6efab064109ecd67cd79/waflib/Context.py", line 93, in execute
    self.recurse([os.path.dirname(g_module.root_path)])
  File "/home/rob/git/vamp-aubio-plugins/.waf-1.8.22-596301b77b6d6efab064109ecd67cd79/waflib/Context.py", line 134, in recurse
    user_function(self)
  File "/home/rob/git/vamp-aubio-plugins/wscript", line 58, in configure
    local_vamp_stlib = os.path.join(local_vamp_lib, local_vamp_stlib)
UnboundLocalError: local variable 'local_vamp_lib' referenced before assignment
The project was not configured: run "waf configure" first!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.