2021-03-26 03:36:00 +08:00
{
"name" : "aubio" ,
2022-12-29 04:59:44 +08:00
"version-date" : "2022-01-26" ,
2023-06-16 05:49:00 +08:00
"port-version" : 1 ,
2021-03-26 03:36:00 +08:00
"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" ,
2022-05-05 09:30:24 +08:00
"license" : "GPL-3.0-or-later" ,
2023-06-16 05:49:00 +08:00
"supports" : "!xbox" ,
2021-09-09 05:58:24 +08:00
"dependencies" : [
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
] ,
2021-03-26 03:36:00 +08:00
"default-features" : [
"tools"
] ,
"features" : {
"tools" : {
"description" : "Build tools and add extra dependencies" ,
"dependencies" : [
"bzip2" ,
2021-06-11 02:23:14 +08:00
{
"name" : "ffmpeg" ,
"default-features" : false ,
"features" : [
"avcodec" ,
"avformat" ,
"swresample"
]
} ,
2021-03-26 03:36:00 +08:00
"libflac" ,
"liblzma" ,
"libogg" ,
2022-05-05 09:30:24 +08:00
{
"name" : "libsndfile" ,
"default-features" : false
} ,
2021-03-26 03:36:00 +08:00
"libvorbis"
]
}
}
}