Skip to content

Commit 739b064

Browse files
committed
Updated man page
1 parent 187881c commit 739b064

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

hear.1

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.Dd November 9, 2025
1+
.Dd November 21, 2025
22
.Dt HEAR 1
33
.Os Darwin
44
.Sh NAME
@@ -14,11 +14,10 @@
1414
.Op Fl n Ar input_device_id
1515
.Sh DESCRIPTION
1616
.Nm
17-
is a command line interface for the built-in speech recognition
18-
capabilities in macOS. It supports transcription of both audio files
19-
and microphone input. If no input file is provided, the default behaviour
20-
is to transcribe from the default audio input device, typically the
21-
microphone.
17+
is a command line interface for the built-in speech recognition capabilities in
18+
macOS. It supports transcription of both audio files and data from audio input
19+
devices. If no input file is provided, the default behaviour is to transcribe
20+
from the default audio input device, typically the microphone.
2221
.Pp
2322
The following flags are supported:
2423
.Bl -tag -width -indent
@@ -48,7 +47,8 @@ Enable subtitle mode, producing .srt output (file input only, experimental)
4847
Set exit word. This causes the program to exit when a speech recognition result
4948
ends with the specified word.
5049
.It Fl t -timeout Ar seconds
51-
Exit if no recognition results are received within the specified number of seconds.
50+
Exit if no recognition results are received within the specified number of
51+
seconds.
5252
.It Fl a -audio-input-devices
5353
List available audio input devices and exit.
5454
.It Fl n --input-device-id
@@ -61,7 +61,7 @@ Print program name and version, and exit.
6161
.Pp
6262
Returns 0 on success and greater than 0 on error or failure.
6363
.Sh SEE ALSO
64-
.Xr afplay 1
64+
.Xr afplay 1 ,
6565
.Xr say 1
6666
.Sh AUTHORS
67-
.An Sveinbjorn Thordarson <sveinbjorn@sveinbjorn.org>
67+
.An Sveinbjorn Thordarson <sveinbjorn@sveinbjorn.org>

hear.1.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
<b>hear</b> is a command line interface for the built-in speech recognition
1515
capabilities in macOS. It supports transcription of both audio files and
16-
microphone input. If no input file is provided, the default behaviour is
17-
to transcribe from the default audio input device, typically the
18-
microphone.
16+
data from audio input devices. If no input file is provided, the default
17+
behaviour is to transcribe from the default audio input device, typically
18+
the microphone.
1919

2020
The following flags are supported:
2121

@@ -76,12 +76,12 @@
7676

7777
<b>SEE ALSO</b>
7878

79-
afplay(1) say(1)
79+
afplay(1), say(1)
8080

8181
<b>AUTHORS</b>
8282

8383
Sveinbjorn Thordarson &lt;sveinbjorn@sveinbjorn.org&gt;
8484

85-
Darwin November 9, 2025 Darwin
85+
Darwin November 21, 2025 Darwin
8686
</font></pre>
8787
</body></html>

0 commit comments

Comments
 (0)