diff options
author | andimik <andimik@yahoo.de> | 2021-04-06 21:46:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 21:46:24 +0200 |
commit | 90b45d0a8ac88e03c9792eaaba5ec0c882484bf5 (patch) | |
tree | 979eb1108a8dafe854b9da1bae9af2d70eae9eb1 /README.md | |
parent | 3e04686157ed9e648b49a26c91dfbe9786225cc3 (diff) | |
download | etisnoop-90b45d0a8ac88e03c9792eaaba5ec0c882484bf5.tar.gz etisnoop-90b45d0a8ac88e03c9792eaaba5ec0c882484bf5.tar.bz2 etisnoop-90b45d0a8ac88e03c9792eaaba5ec0c882484bf5.zip |
changed msc to dab in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -31,8 +31,9 @@ etisnoop [options] [(-i|-I) filename] -i the file contains RAW ETI -I the file contains FIC -v increase verbosity (can be given more than once) - -d N decode subchannel N into stream-N.msc file - if DAB+: decode audio to stream-N.wav file and extract PAD to stream-N.msc + -d N decode subchannel N into stream-N.dab file + if DAB+: decode audio to stream-N.wav file and extract PAD to stream-N.dab + (superframes with RS coding) -s <filename.yaml> statistics mode: decode all subchannels and measure audio level, write statistics to file -n N stop analysing after N ETI frames @@ -46,8 +47,8 @@ etisnoop [options] [(-i|-I) filename] if the option is not given, all FIGs are displayed. ``` -You can open the stream-N.msc file in https://www.basicmaster.de/xpadxpert/ -(remark: in case of DAB please rename the .msc to .mp2) +You can open the stream-N.dab file in https://www.basicmaster.de/xpadxpert/ +(remark: in case of DAB please rename the .dab to .mp2) Hint: subchannel N means the (N+1)th subchannel in a mux (including data subchannels!) |