From a1f735686fe772350c7c7dd9d3af5689b6a6e192 Mon Sep 17 00:00:00 2001 From: Quantum Date: Tue, 17 Dec 2019 22:58:10 -0500 Subject: [PATCH] Document binary download --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc0571d..6cb9fef 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ Note that `winscap` uses your audio device in shared mode, so your capture setti must match the Windows output device. By default, this is 16-bit stereo at 48000 Hz. If your capture settings do not match, `winscap` will fail to start. +## Binaries + +The latest stable binaries is available on [GitHub releases][3] ([winscap.exe][4]). + +Latest bleeding edge binaries are available as artifacts on [GitHub Actions][2]. + ## Building You need a new enough Visual C++ toolchain. To build, run @@ -22,7 +28,7 @@ You need a new enough Visual C++ toolchain. To build, run ## Background -I created this tool as a lightweight approach to run [Cava][3] on Windows Subsystem +I created this tool as a lightweight approach to run [Cava][5] on Windows Subsystem for Linux (WSL) while using sound output from Windows. To use with Cava, configure Cava to read from a named pipe inside WSL (we'll use @@ -47,4 +53,6 @@ Again, replace the arguments as appropriate. [1]: https://github.com/quantum5/winscap/workflows/build/badge.svg [2]: https://github.com/quantum5/winscap/actions - [3]: https://github.com/karlstav/cava \ No newline at end of file + [3]: https://github.com/quantum5/winscap/releases + [4]: https://github.com/quantum5/winscap/releases/latest/download/winscap.exe + [5]: https://github.com/karlstav/cava