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
hayati ayguen 2020-08-21 08:38:17 -07:00
parent c605fa928a
commit 981586ccc3
1 changed files with 1 additions and 1 deletions

View File

@ -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) );