mirror of https://github.com/drowe67/librtlsdr.git
fix aplay example in usage of rtl_fm
* aplay doesn't accept "k" suffix with rate option "-r": aplay: main:637: invalid rate argument '32k' Signed-off-by: hayati ayguen <h_ayguen@web.de>development
parent
c605fa928a
commit
981586ccc3
|
@ -336,7 +336,7 @@ void usage(void)
|
|||
"\n"
|
||||
"Produces signed 16 bit ints, use Sox or aplay to hear them.\n"
|
||||
"\trtl_fm ... | play -t raw -r 24k -es -b 16 -c 1 -V1 -\n"
|
||||
"\t | aplay -r 24k -f S16_LE -t raw -c 1\n"
|
||||
"\t | aplay -r 24000 -f S16_LE -t raw -c 1\n"
|
||||
"\t -M wbfm | play -r 32k ... \n"
|
||||
"\t -s 22050 | multimon -t raw /dev/stdin\n\n"
|
||||
, rtlsdr_get_opt_help(1) );
|
||||
|
|
Loading…
Reference in New Issue