Restructure Go source code into a dedicated `src/` directory, rename the project from "audio-listen" to "Captioneer", and update README accordingly. Add `.gitignore` entry for the built binary `captioneer`.
7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
# Downloaded local speech-recognition models.
|
|
models/parakeet-tdt-v2/
|
|
models/silero_vad_v5.onnx
|
|
|
|
# Locally built executable.
|
|
/captioneer
|