From 1b2c9038a4bec69ebaf07846fa007583a34c23d0 Mon Sep 17 00:00:00 2001 From: Be Date: Wed, 18 Aug 2021 12:49:53 -0500 Subject: [PATCH] Build PortAudio with ASIO support Reference-to: https://github.com/tenacityteam/tenacity/pull/492 Signed-off-by: Be --- vcpkg.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 77f38fdca..284e848a0 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -14,7 +14,10 @@ "soxr", "soundtouch", "libsbsms", - "portaudio", + { + "name": "portaudio", + "features": [ "asio" ] + }, "portmidi", "portsmf", "mp3lame",