@@ -91,11 +91,14 @@ Specifying the input source
91
91
Besides specifying the satellite to use for decoding, it is mandatory to specify
92
92
the input source by using exactly one of the following options:
93
93
94
- * ``--wavfile `` can be used to read a recording in WAV format. The sample rate
95
- is obtained from the WAV header, but it can be overriden using the the
94
+ * ``--wavfile `` can be used to read a recording in WAV/OGG/FLAC format.
95
+ This uses libsndfile through the GNU Radio WAV File Source block, so any
96
+ format supported by libsndfile can be used.
97
+ The sample rate
98
+ is obtained from the file header, but it can be overriden using the the
96
99
``--samp_rate `` argument if necessary.
97
100
98
- By default, the WAV file is interpreted as a one-channel file containing real
101
+ By default, the WAV/OGG/FLAC file is interpreted as a one-channel file containing real
99
102
RF samples. To read a two-channel file containing IQ RF samples, the ``--iq ``
100
103
argument needs to be specified.
101
104
@@ -231,7 +234,7 @@ For example, this shows all the options allowed by the FUNcube-1 decoder:
231
234
--ignore_unknown_args Treat unknown arguments as warning
232
235
233
236
input:
234
- --wavfile WAVFILE WAV input file
237
+ --wavfile WAVFILE WAV/OGG/FLAC input file (using libsndfile)
235
238
--rawfile RAWFILE RAW input file (float32 or complex64)
236
239
--rawint16 RAWINT16 RAW input file (int16)
237
240
--audio [DEVICE] Soundcard device input
0 commit comments