diff options
author | andimik <andimik@yahoo.de> | 2021-04-06 21:49:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 21:49:42 +0200 |
commit | 9d950a4a44f276aa956972439fdfce5a0cec28fc (patch) | |
tree | 1752e35459dd6b869eb93207f93c1c6a628a10d7 /src | |
parent | 90b45d0a8ac88e03c9792eaaba5ec0c882484bf5 (diff) | |
download | etisnoop-9d950a4a44f276aa956972439fdfce5a0cec28fc.tar.gz etisnoop-9d950a4a44f276aa956972439fdfce5a0cec28fc.tar.bz2 etisnoop-9d950a4a44f276aa956972439fdfce5a0cec28fc.zip |
changed .msc to .dab
Diffstat (limited to 'src')
-rw-r--r-- | src/etisnoop.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/etisnoop.cpp b/src/etisnoop.cpp index 5f9e2c2..d727146 100644 --- a/src/etisnoop.cpp +++ b/src/etisnoop.cpp @@ -94,8 +94,9 @@ void usage(void) " -i the file contains RAW ETI\n" " -I the file contains FIC\n" " -v increase verbosity (can be given more than once)\n" - " -d N decode subchannel N into stream-N.msc file\n" - " if DAB+: decode audio to stream-N.wav file and extract PAD to stream-N.msc\n" + " -d N decode subchannel N into stream-N.dab file\n" + " if DAB+: decode audio to stream-N.wav file and extract PAD to stream-N.dab\n" + " (superframes with RS coding)\n" " -s <filename.yaml>\n" " statistics mode: decode all subchannels and measure audio level, write statistics to file\n" " -n N stop analysing after N ETI frames\n" |