An open API service indexing awesome lists of open source software.

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

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.
```