Skip to content

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:

Changing Settings

The easiest way to configure VoicePad is through the interface:

  1. Open VoicePad: uvx voicepad
  2. Go to the Settings tab
  3. Change any value
  4. Press Save

Changes take effect immediately. If you change the transcription model, VoicePad reloads it automatically.