Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 618 Bytes

CHANGELOG.md

File metadata and controls

18 lines (16 loc) · 618 Bytes

Changelog

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.

[0.1.0] - 2024-01-20

Added

  • 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