Update README
This commit is contained in:
parent
945f93d678
commit
16110bd251
13
README.md
13
README.md
|
|
@ -430,12 +430,13 @@ QPSK mode it indicates noise on the input signal.
|
||||||
### Input/Output Options
|
### Input/Output Options
|
||||||
|
|
||||||
````
|
````
|
||||||
-i <device> Audio input device (default is /dev/audio)
|
-i <device/file> Audio input device/file (default is /dev/audio)
|
||||||
-o <device> Audio output device (default is /dev/audio)
|
-o <device> Audio output device (default is /dev/audio)
|
||||||
-d <dir> Create mbe data files, use this directory
|
-d <dir> Create mbe data files, use this directory
|
||||||
-g <num> Audio output gain (default = 0 = auto)
|
-r <files> Read/Play saved mbe data from file(s)
|
||||||
-n Do not send synthesized speech to audio output device
|
-g <num> Audio output gain (default = 0 = auto)
|
||||||
-w <file> Output synthesized speech to a .wav file
|
-n Do not send synthesized speech to audio output device
|
||||||
|
-w <file> Output synthesized speech to a .wav file
|
||||||
````
|
````
|
||||||
|
|
||||||
The audio in device can be a sound card OR a .wav file if the file
|
The audio in device can be a sound card OR a .wav file if the file
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue