mkfifo explicitly, otherwise Cava loops

This commit is contained in:
Tudor Brindus 2019-12-20 23:55:29 -05:00 committed by GitHub
parent af5047a0b7
commit 0d945113c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,7 @@ Replace `48000` with whatever sampling rate you use with `winscap`.
Then, run `winscap` as follows:
```sh
$ mkfifo /tmp/cava.fifo
$ /mnt/c/path/to/winscap.exe 2 48000 16 > /tmp/cava.fifo
```