You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "PortAudio Portable Cross-platform Audio I/O API PortAudio is a free, cross-platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' or C++ that will compile and run on many platforms including Windows, Macintosh OS X, and Unix (OSS/ALSA). It is intended to promote the exchange of audio software between developers on different platforms. Many applications use PortAudio for Audio I/O.",
"homepage": "http://portaudio.com/",
"license": "MIT",
"supports": "!uwp",
"default-features": [ "jack" ],
"features": {
"jack": {
"description": "Build with support for the JACK Audio Connection Kit host API.",
"dependencies": [
"jack2",
{
"name": "tre",
"platform": "windows | mingw"
},
{
"name": "pthreads",
"platform": "windows"
}
]
},
"asio": {
"description": "Build with support for ASIO host API on Windows or MinGW. This automatically downloads the ASIO SDK from Steinberg. Review the ASIO SDK license for details https://www.steinberg.net/en/company/developers.html"