Quick Start¶
1. Install¶
Requires Python 3.10+.
2. Configure¶
Create and edit your configuration file:
This opens the config file in your default editor. Fill in your ASR API credentials:
3. Test¶
Verify your setup:
This checks clipboard support, audio device functionality, and API connection.
4. Record and Transcribe¶
# Single recording (press Ctrl+C to stop)
asr2clip
# Continuous with voice activity detection
asr2clip --vad
# Transcribe an audio file
asr2clip -i audio.mp3
The transcription result is automatically copied to your clipboard.