Recording Backends
Recording Backends
Voxclip supports multiple recording backends and automatically selects the best available one.
Linux backend order
pw-record(PipeWire) — preferredarecord(ALSA utils) — fallbackffmpeg— last resort
macOS backend
ffmpeg(avfoundation)
Diagnostics
Use voxclip devices to see which backends are available and which devices are detected:
voxclip devicesForcing a backend
Use --backend to override automatic selection:
voxclip --backend pw-record --language en
voxclip --backend arecord --language en
voxclip --backend ffmpeg --language en