Skip to content

Instantly share code, notes, and snippets.

View debugdynamocoder's full-sized avatar

debugdynamocoder

View GitHub Profile
@debugdynamocoder
debugdynamocoder / comments.md
Last active March 4, 2026 17:09
My Script for STT

Script Purpose:

This script transcribes audio into text using either a remote Groq API or a local Whisper.cpp model based on user input. Triggered via keybindings, it supports multiple languages.

Keybindings:

  • whpr → Recognize audio in English.
  • whpr fr → Recognize audio in French.
  • whpr es → Recognize audio in Spanish.
  • whpr lang → Recognize audio in any supported language.

Workflow: