All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial release
- Record audio from microphone using sox
- Transcribe audio using Google Gemini API
- CLI tool with support for:
- Recording from microphone
- Transcribing existing files
- Configurable sample rate and channels
- JSON output format
- Pipe-friendly output
- Library API for integration into other projects