From 13ebc0f9d4083b3dbc604a6c3a81ee2b3231ed1d Mon Sep 17 00:00:00 2001 From: Joe Kaushal Date: Thu, 2 Sep 2021 14:00:23 +0100 Subject: [PATCH] Add warning and Discord to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 02c06b2..7267a3f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ An OBS plugin similar to OBS's win-capture/game-capture that allows for audio ca Internally it uses [ActivateAudioInterfaceAsync](https://docs.microsoft.com/en-us/windows/win32/api/mmdeviceapi/nf-mmdeviceapi-activateaudiointerfaceasync) with [AUDIOCLIENT_PROCESS_LOOPBACK_PARAMS](https://docs.microsoft.com/en-us/windows/win32/api/audioclientactivationparams/ns-audioclientactivationparams-audioclient_process_loopback_params). This initialization structure is only officially available on Windows 11, however it appears to work additionally on relatively recent versions of Windows 10. -**This plugin requires an updated version of Windows 10 2004 (released 2020-05-27) or later.** +**This plugin is in a BETA state, expect issues - [https://discord.gg/4D5Yk5gFnM](https://discord.gg/4D5Yk5gFnM) for support and updates.**
+**An updated version of Windows 10 2004 (released 2020-05-27) or later is required.** ![overview](https://raw.githubusercontent.com/bozbez/win-capture-audio/main/media/overview.png)