package
0.0.0-20250123203148-c5b0fbee1691
Repository: https://github.com/knightspore/go-experiments.git
Documentation: pkg.go.dev

# README

Outline

  1. The program should chunk out 30s audio clips
  • Get microphone input working
  • Split at 30s chunks
  • Convert to GoRoutine
  1. 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
  1. 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