# README
Outline
- The program should chunk out 30s audio clips
- Get microphone input working
- Split at 30s chunks
- Convert to GoRoutine
- Each of these should be passed to openai-whisper
- Create module to use whisper-cli from Go
- Create fifo queue for audio clips
- Write transcriptions to cli and save to file
- The output from the whisper detection should be printed in the terminal
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author