You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: man1/direwolf.1
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -135,13 +135,13 @@ gqrx (2.3 and later) has the ability to send streaming audio through a UDP socke
135
135
direwolf can listen over a UDP port with options like this:
136
136
.RS
137
137
.P
138
-
direwolf -n 1 -r 48000 -b 16 udp:7355
138
+
direwolf \-n 1 \-r 48000 \-b 16 udp:7355
139
139
.RE
140
140
.P
141
141
Other SDR applications might produce audio on stdout so it is convenient to pipe into the next application. In this example, the final "-" means read from stdin.
\fIwav-file-out\fR is the result. The -o option is required.
13
+
\fIwav-file-out\fR is the result. The \-o option is required.
14
14
.P
15
15
\fItext-file\fR may contain AX.25 packets in the standard monitoring format. Use "-" to read from stdin. If not specified, a default builtin message will be used.
16
16
.RE
@@ -25,7 +25,7 @@ It is very flexible allowing a wide range of audio sample rates, data speeds, an
25
25
26
26
.TP
27
27
.BI"-a ""n"
28
-
Signal amplitude in range of 0 - 200%. Default 50. Note that 100% is corresponds to signal peaks of +/- 16383 so we have plenty of headroom to avoid saturation.
28
+
Signal amplitude in range of 0-200%. Default 50. Note that 100% is corresponds to signal peaks of +/- 16383 so we have plenty of headroom to avoid saturation.
29
29
30
30
.TP
31
31
.BI"-b ""n"
@@ -70,35 +70,35 @@ Send output to .wav file.
70
70
71
71
.SH EXAMPLES
72
72
.P
73
-
.Bgen_packets-ox.wav
73
+
.Bgen_packets\-ox.wav
74
74
.P
75
75
.RS
76
76
With all defaults, a built-in test message is generated
77
77
with standard Bell 202 tones used for packet radio on ordinary
78
78
VHF FM transceivers.
79
79
.RE
80
80
.P
81
-
.Bgen_packets-ox.wav-g-b9600
81
+
.Bgen_packets\-ox.wav\-g\-b9600
82
82
.PD0
83
83
.P
84
84
.PD
85
-
.Bgen_packets-ox.wav-B9600
85
+
.Bgen_packets\-ox.wav\-B9600
86
86
.P
87
87
.RS
88
88
Both of these are equivalent. "-B 9600" automatically selects scrambled baseband rather than AFSK.
89
89
.RE
90
90
.P
91
-
.Bgen_packets-ox.wav-m1600-s1800-b300
91
+
.Bgen_packets\-ox.wav\-m1600\-s1800\-b300
92
92
.PD0
93
93
.P
94
94
.PD
95
-
.Bgen_packets-ox.wav-B300
95
+
.Bgen_packets\-ox.wav\-B300
96
96
.P
97
97
.RS
98
98
Both of these generate 200 Hz shift, 300 baud, suitable for HF SSB transceiver.
0 commit comments