mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 20:21:38 +08:00
25 lines
692 B
JSON
25 lines
692 B
JSON
|
{
|
||
|
"name": "aubio",
|
||
|
"version-string": "0.4.9",
|
||
|
"port-version": 4,
|
||
|
"description": "Aubio is a tool designed for the extraction of annotations from audio signals. Its features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing midi streams from live audio.",
|
||
|
"homepage": "https://github.com/aubio/aubio",
|
||
|
"default-features": [
|
||
|
"tools"
|
||
|
],
|
||
|
"features": {
|
||
|
"tools": {
|
||
|
"description": "Build tools and add extra dependencies",
|
||
|
"dependencies": [
|
||
|
"bzip2",
|
||
|
"ffmpeg",
|
||
|
"libflac",
|
||
|
"liblzma",
|
||
|
"libogg",
|
||
|
"libsndfile",
|
||
|
"libvorbis"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|