mirror of
https://github.com/quantum5/winscap.git
synced 2025-04-24 05:31:58 -04:00
Document binary download
This commit is contained in:
parent
9e4b0cad01
commit
a1f735686f
12
README.md
12
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
|
||||
[3]: https://github.com/quantum5/winscap/releases
|
||||
[4]: https://github.com/quantum5/winscap/releases/latest/download/winscap.exe
|
||||
[5]: https://github.com/karlstav/cava
|
||||
|
|
Loading…
Reference in a new issue