←back to thread

700 points yen223 | 4 comments | | HN request time: 0.251s | source
Show context
antononcube ◴[] No.42062191[source]
I would like to also recommend the app:

   hear (macOS speech recognition and dictation via the command line)
See: https://sveinbjorn.org/hear

(Uses built-in macOS capabilities for transcription from audio to text.)

replies(3): >>42062871 #>>42062947 #>>42066495 #
1. hk1337 ◴[] No.42066495[source]
> which hear

> hear not found

macOS 15.1

replies(3): >>42067628 #>>42068534 #>>42068766 #
2. dmix ◴[] No.42067628[source]
Same, but there is the `say` command which you can cat a text file into and it will say it outloud

https://ss64.com/mac/say.html

3. avtar ◴[] No.42068534[source]
Hear itself isn't a built-in utility.

> hear is a command line interface for the built-in speech recognition capabilities in macOS

Have you gone through the installation process? https://github.com/sveinbjornt/hear?tab=readme-ov-file#insta...

4. avernet ◴[] No.42068766[source]
Someone needs to create a brew formula for `hear`.