mirror of
https://github.com/quantum5/winscap.git
synced 2025-04-24 05:31:58 -04:00
mkfifo explicitly, otherwise Cava loops (#1)
This commit is contained in:
parent
af5047a0b7
commit
df1299f5de
|
@ -46,6 +46,7 @@ Replace `48000` with whatever sampling rate you use with `winscap`.
|
||||||
Then, run `winscap` as follows:
|
Then, run `winscap` as follows:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
$ mkfifo /tmp/cava.fifo
|
||||||
$ /mnt/c/path/to/winscap.exe 2 48000 16 > /tmp/cava.fifo
|
$ /mnt/c/path/to/winscap.exe 2 48000 16 > /tmp/cava.fifo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue