mkfifo explicitly, otherwise Cava loops (#1)

This commit is contained in:
Tudor Brindus 2019-12-21 01:01:05 -05:00 committed by Guanzhong Chen
parent af5047a0b7
commit df1299f5de

View file

@ -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
``` ```