Whisper Layer for Spacemacs
Table of ContentsClose
1. Description¶
This layer integrates the Whisper speech-to-text tool into Spacemacs, allowing for efficient transcription and audio processing within Emacs.
1.1. Features:¶
- Real-time transcription of audio files.
- Support for multiple languages.
- Selection of different base models for transcription.
2. Install¶
To use this configuration layer, add it to your ~/.spacemacs
. You will need to add whisper
to the existing dotspacemacs-configuration-layers
list in this file.
3. Configuration¶
Refer to the official whisper.el documentation for advanced configurations and additional information.
4. Key bindings¶
The layer provides several key bindings to interact with Whisper efficiently. Here are some of the key bindings available:
Key binding | Command | Description |
---|---|---|
SPC $ w r |
whisper-run | Start recording and transcribe/translate audio |
SPC $ w f |
whisper-file | Transcribe/translate a local file |
SPC $ w l |
spacemacs/whisper-select-language | Select transcription language |
SPC $ w m |
spacemacs/whisper-select-model | Select base model for transcription |