mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:46:41 +08:00
40d77821bb
* Add rtaudio 5.1.0 * Convert CONTROL to manifest format * [rtaudio] Mark UWP as unsupported * Add rtaudio:x64-linux=fail to ci.baseline.txt
8 lines
378 B
JSON
8 lines
378 B
JSON
{
|
|
"name": "rtaudio",
|
|
"version-string": "5.1.0",
|
|
"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",
|
|
"supports": "!uwp"
|
|
}
|