https://github.com/mnogu/audio-to-text
tool for converting an audio file to a text file
https://github.com/mnogu/audio-to-text
audio audio-recognition macos speech-recognition speech-to-text swift
Last synced: 2 months ago
JSON representation
tool for converting an audio file to a text file
- Host: GitHub
- URL: https://github.com/mnogu/audio-to-text
- Owner: mnogu
- License: apache-2.0
- Created: 2021-12-21T22:30:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-21T22:31:51.000Z (over 4 years ago)
- Last Synced: 2025-04-09T09:44:55.909Z (about 1 year ago)
- Topics: audio, audio-recognition, macos, speech-recognition, speech-to-text, swift
- Language: Swift
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# audio-to-text
audio-to-text is a tool for converting an audio file to a text file with [the Speech framework](https://developer.apple.com/documentation/speech).
## Prerequisites
* macOS 12.1 (21C52)
* Xcode 13.2.1 (13C100)
## Usage
```
USAGE: audio-to-text --input --output --locale
OPTIONS:
-i, --input The audio file.
-o, --output The text file.
-l, --locale The locale.
-h, --help Show help information.
```