Guides › Installing sox for OpenCode Interrupt
sox (Sound eXchange) provides the microphone pipeline that the interrupt plugin uses for both walkie-talkie recording and voice activity detection.
sudo apt install sox. macOS: brew install sox. Arch: sudo pacman -S sox. Fedora: sudo dnf install sox.sox -d -t wav - | sox -t wav - -n stat and speak — you should see RMS levels. Press Ctrl+C to stop.groups $USER | grep audio. If not: sudo usermod -a -G audio $USER && exec su -l $USER.pactl set-default-source "alsa_input.pci-..."sox -d -t wav - --default-deviceRun sox --help to verify installation. If the command is not found, the package may be named "sox" on most systems but "Sound eXchange" on some older package managers.
Ready to try it?
Get started free →