Document binary download

This commit is contained in:
Quantum 2019-12-17 22:58:10 -05:00
parent 9e4b0cad01
commit a1f735686f

View file

@ -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. 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. 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 ## Building
You need a new enough Visual C++ toolchain. To build, run 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 ## 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. 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 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 [1]: https://github.com/quantum5/winscap/workflows/build/badge.svg
[2]: https://github.com/quantum5/winscap/actions [2]: https://github.com/quantum5/winscap/actions
[3]: https://github.com/karlstav/cava [3]: https://github.com/quantum5/winscap/releases
[4]: https://github.com/quantum5/winscap/releases/latest/download/winscap.exe
[5]: https://github.com/karlstav/cava