From 050a4d9e60009e57d2faf69085ab1f82455e952a Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 26 Jun 2024 18:37:52 +0100 Subject: [PATCH] add link to api documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4713a23..6c9f9e6 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ Scripts can be loaded from text files, for example: ./vbantxt-cli -D1 $(Get-Content .\example_commands.txt) ``` +## `Official Documentation` + +- [Voicemeeter Remote C API](https://github.com/onyx-and-iris/Voicemeeter-SDK/blob/main/VoicemeeterRemoteAPI.pdf) + ## `Special Thanks` - [rxi](https://github.com/rxi) for writing the [log.c](https://github.com/rxi/log.c) package