2020-12-02 04:34:21 +08:00
{
"name" : "rtaudio" ,
2023-12-07 13:26:26 +08:00
"version" : "6.0.1" ,
2024-05-10 04:04:12 +08:00
"port-version" : 1 ,
2020-12-02 04:34:21 +08:00
"description" : "A set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO and WASAPI) operating systems." ,
"homepage" : "https://github.com/thestk/rtaudio" ,
2022-12-14 07:48:47 +08:00
"license" : null ,
2021-05-19 06:44:32 +08:00
"supports" : "!uwp" ,
2021-08-19 08:09:24 +08:00
"dependencies" : [
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
] ,
2021-05-19 06:44:32 +08:00
"features" : {
2021-11-23 12:33:13 +08:00
"alsa" : {
"description" : "Build ALSA API" ,
2022-12-14 07:48:47 +08:00
"supports" : "linux" ,
2021-11-23 12:33:13 +08:00
"dependencies" : [
"alsa"
]
} ,
2021-05-19 06:44:32 +08:00
"asio" : {
2022-12-14 07:48:47 +08:00
"description" : "Build with ASIO backend" ,
"supports" : "windows"
2023-04-06 03:51:59 +08:00
} ,
"pulse" : {
"description" : "Build with PulseAudio backend" ,
2024-05-10 04:04:12 +08:00
"supports" : "linux" ,
"dependencies" : [
"pulseaudio"
]
2021-05-19 06:44:32 +08:00
}
}
2020-12-02 04:34:21 +08:00
}