-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated project headers + minor cleanup
- Loading branch information
1 parent
b99795a
commit 15adb87
Showing
11 changed files
with
14 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 (2023) have a hard limit of something like 500 characters before quitting. | ||
writing (2024) have a hard limit of about 500 characters before quitting. | ||
|
||
## Build | ||
|
||
|
@@ -93,7 +93,7 @@ If running the binary leads to an abort signal, try running the binary by right- | |
|
||
## BSD License | ||
|
||
Copyright (c) 2022-2023 Sveinbjorn Thordarson | ||
Copyright (c) 2022-2024 Sveinbjorn Thordarson | ||
<[[email protected]](mailto:[email protected])> | ||
|
||
Redistribution and use in source and binary forms, with or without modification, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,4 +70,4 @@ | |
|
||
Darwin October 27, 2023 Darwin | ||
</font></pre> | ||
</body></html> | ||
</body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
hear - Command line speech recognition for macOS | ||
Copyright (c) 2022-2023 Sveinbjorn Thordarson <[email protected]> | ||
Copyright (c) 2022-2024 Sveinbjorn Thordarson <[email protected]> | ||
All rights reserved. | ||
Redistribution and use in source and binary forms, with or without modification, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
hear - Command line speech recognition for macOS | ||
Copyright (c) 2022-2023 Sveinbjorn Thordarson <[email protected]> | ||
Copyright (c) 2022-2024 Sveinbjorn Thordarson <[email protected]> | ||
All rights reserved. | ||
Redistribution and use in source and binary forms, with or without modification, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
hear - Command line speech recognition for macOS | ||
Copyright (c) 2022-2023 Sveinbjorn Thordarson <[email protected]> | ||
Copyright (c) 2022-2024 Sveinbjorn Thordarson <[email protected]> | ||
All rights reserved. | ||
Redistribution and use in source and binary forms, with or without modification, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
hear - Command line speech recognition for macOS | ||
Copyright (c) 2022-2023 Sveinbjorn Thordarson <[email protected]> | ||
Copyright (c) 2022-2024 Sveinbjorn Thordarson <[email protected]> | ||
All rights reserved. | ||
Redistribution and use in source and binary forms, with or without modification, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
hear - Command line speech recognition for macOS | ||
Copyright (c) 2022-2023 Sveinbjorn Thordarson <[email protected]> | ||
Copyright (c) 2022-2024 Sveinbjorn Thordarson <[email protected]> | ||
All rights reserved. | ||
Redistribution and use in source and binary forms, with or without modification, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters