{"id":23452417,"url":"https://github.com/aubio/vamp-aubio-plugins","last_synced_at":"2025-04-13T21:36:16.415Z","repository":{"id":12865776,"uuid":"15542041","full_name":"aubio/vamp-aubio-plugins","owner":"aubio","description":"aubio plugins for Vamp","archived":false,"fork":false,"pushed_at":"2017-12-04T00:42:46.000Z","size":451,"stargazers_count":48,"open_issues_count":4,"forks_count":12,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-27T11:51:21.499Z","etag":null,"topics":["analysis","aubio","audio","beat","beat-detection","beat-tracking","mfcc","music","music-information-retrieval","onset","onset-detection","tempo","tempo-detection","tempo-tracking","vamp-plugins"],"latest_commit_sha":null,"homepage":"https://aubio.org/vamp-aubio-plugins","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aubio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-31T03:20:57.000Z","updated_at":"2024-08-20T06:48:22.000Z","dependencies_parsed_at":"2022-07-13T21:34:41.042Z","dependency_job_id":null,"html_url":"https://github.com/aubio/vamp-aubio-plugins","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aubio%2Fvamp-aubio-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aubio%2Fvamp-aubio-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aubio%2Fvamp-aubio-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aubio%2Fvamp-aubio-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aubio","download_url":"https://codeload.github.com/aubio/vamp-aubio-plugins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248788427,"owners_count":21161724,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analysis","aubio","audio","beat","beat-detection","beat-tracking","mfcc","music","music-information-retrieval","onset","onset-detection","tempo","tempo-detection","tempo-tracking","vamp-plugins"],"created_at":"2024-12-24T01:16:13.731Z","updated_at":"2025-04-13T21:36:16.388Z","avatar_url":"https://github.com/aubio.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"vamp-aubio-plugins\n==================\n\nA set of [Vamp plugins](http://vamp-plugins.org/) for audio feature extraction\nusing the [aubio library](http://aubio.org/).\n\nThis set includes the following plugins:\n\n  - Aubio Beat Tracker\n    - *Time → Tempo*\n    - Estimate the musical tempo and track beat positions.\n  - Aubio Mel-frequency Band Energy Detector\n    - *Low Level Features*\n    - Computes Energy in each Mel-Frequency Bands.\n  - Aubio Mfcc Detector\n    - *Low Level Features*\n    - Computes Mel-Frequency Cepstrum Coefficients.\n  - Aubio Note Tracker\n    - *Notes*\n    - Estimate note onset positions, pitches and durations.\n  - Aubio Onset Detector\n    - *Time → Onsets*\n    - Estimate note onset times.\n  - Aubio Pitch Detector\n    - *Pitch*\n    - Track estimated note pitches.\n  - Aubio Silence Detector\n    - *Low Level Features*\n    - Detect levels below a certain threshold.\n  - Aubio Spectral Descriptor\n    - *Low Level Features*\n    - Computes spectral descriptor.\n\nBuild Instructions\n------------------\n\nYou will need to have Python, git, and a C++ compiler.\n\nPlease refer to the build script corresponding for your platform for brief\ninstructions on how to build this project:\n\n## Available OS scripts\n\n  - `./build_linux.sh` for Linux\n  - `./build_osx.sh` for Mac OS X\n  - `./build_win32.sh` for Windows (32-bit)\n  - `./build_ming32.sh` to cross-compile using [Mingw](http://www.mingw.org/)\n\n## Windows\n\nThe preferred compiler on windows is Microsoft Visual 2013. Also you will want\nto use a shell environment, for instance Git Bash, and have Python installed\nand found in the PATH.\n\n### Clean up\n\nUse the following command to start from scratch:\n\n    $ rm -rf contrib/ build/\n\nOld-school makefiles\n--------------------\n\nThis method is now considered **deprecated**.\n\nThe current build system is waf. See above, and read `wscript` and `build*.sh`\nto find out how to use it. Makefiles are kept for the record, but they might be\nout of date and will eventually disappear.\n\n   $ make -f Makefile.\u003cos_name\u003e clean all\n\nwhere `os_name` should be replaced by one of `linux`, `mingw32`, or `osx`.\n\nInstallation Instructions\n-------------------------\n\nThe Vamp plugin is defined by the following three files. Depending on your\nplatform, the extension of the binary file will vary.\n\n    vamp-aubio.cat\n    vamp-aubio.n3\n    vamp-aubio.{so,dll,dylib}\n\nFollow the [Vamp installation\ninstructions](http://vamp-plugins.org/download.html#install) to copy the\nabove three files to your preferred plugin directory.\n\nCopyright and License Information\n---------------------------------\n\n    Copyright (C) 2006-2012 Chris Cannam and Queen Mary University of London\n    Copyright (C) 2006-2015 Paul Brossier \u003cpiem@aubio.org\u003e\n\nvamp-aubio-plugins is free software: you can redistribute it and/or modify it\nunder the terms of the GNU General Public License as published by the Free\nSoftware Foundation, either version 3 of the License, or (at your option) any\nlater version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faubio%2Fvamp-aubio-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faubio%2Fvamp-aubio-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faubio%2Fvamp-aubio-plugins/lists"}