Configuration
VoicePad stores its configuration in a YAML file. You can edit this file directly or change settings from the Settings tab in the interface.
Config File Location
The global config file lives at:
~/.config/voicepad/voicepad.yaml
On Windows, this expands to C:\Users\<YourName>\.config\voicepad\voicepad.yaml.
This file is created automatically when you save settings from the interface.
Settings
recordings_path: ~/.config/voicepad/data/recordings
markdown_path: ~/.config/voicepad/data/markdown
input_device_index: null
recording_prefix: recording
transcription_model: turbo
transcription_device: auto
transcription_compute_type: auto
For details on individual settings, see:
- Whisper Models: choose the right model for your hardware
- Input Device: select which microphone to use
- Output Paths: change where recordings and transcriptions are saved
- GPU Acceleration: NVIDIA GPU requirements and performance
Changing Settings
The easiest way to configure VoicePad is through the interface:
- Open VoicePad:
uvx voicepad - Go to the Settings tab
- Change any value
- Press Save
Changes take effect immediately. If you change the transcription model, VoicePad reloads it automatically.