Browse Source

Add -r flag to realtime decoding command

tags/v1.8.0
Xerbo 3 years ago
parent
commit
7d9f38f91e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -100,7 +100,7 @@ Aptdec even supports decoding in realtime. The following decodes the audio comin

```
mkfifo /tmp/aptaudio
aptdec /tmp/aptaudio
aptdec -r /tmp/aptaudio
sox -t pulseaudio alsa_output.pci-0000_00_1b.0.analog-stereo.monitor -c 1 -t wav /tmp/aptaudio
```



Loading…
Cancel
Save