Skip to content

Commit

Permalink
2022->2023 in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Nov 5, 2023
1 parent d4d90cf commit b99795a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ hear -d -i /path/to/someone_speaking.mp3 > transcribed_text.txt

The `-d` flag specifies that only on-device speech recognition capabilities
should be used. Otherwise, data may be sent to Apple servers, which as of
writing (2022) have a hard limit of something like 500 characters before quitting.
writing (2023) have a hard limit of something like 500 characters before quitting.

## Build

Expand Down
4 changes: 2 additions & 2 deletions hear.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.Dd October 27, 2022
.Dd October 27, 2023
.Dt HEAR 1
.Os Darwin
.Sh NAME
Expand Down Expand Up @@ -32,7 +32,7 @@ Only use on-device offline speech recognition. The default is to use whatever
the macOS Speech Recognition API thinks is best, which may include sending data
to Apple servers. When on-device is not enabled, there may be a hard limit to
the length of audio that can be transcribed in a single session. As of writing
(2022) this is about 500 characters or so.
(2023) this is about 500 characters or so.
.It Fl m -mode
Enable single-line output mode (only applies when the input is default audio
input device, e.g. microphone).
Expand Down
6 changes: 3 additions & 3 deletions hear.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
which may include sending data to Apple servers. When on-device
is not enabled, there may be a hard limit to the length of audio
that can be transcribed in a single session. As of writing
(2022) this is about 500 characters or so.
(2023) this is about 500 characters or so.

<b>-m</b> <b>--mode</b>
Enable single-line output mode (only applies when the input is
Expand Down Expand Up @@ -68,6 +68,6 @@

Sveinbjorn Thordarson &lt;[email protected]&gt;

Darwin October 27, 2022 Darwin
Darwin October 27, 2023 Darwin
</font></pre>
</body></html>
</body></html>

0 comments on commit b99795a

Please sign in to comment.