refactor: move source files to src/ directory and rename project to Captioneer
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`.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# Downloaded local speech-recognition models.
|
||||
models/parakeet-tdt-v2/
|
||||
models/silero_vad_v5.onnx
|
||||
|
||||
# Locally built executable.
|
||||
/captioneer
|
||||
|
||||
Reference in New Issue
Block a user