Skip to content

Instantly share code, notes, and snippets.

@henri
Created October 24, 2025 01:06
Show Gist options
  • Select an option

  • Save henri/8ef3031d909f373d082a2f7ca3d487ed to your computer and use it in GitHub Desktop.

Select an option

Save henri/8ef3031d909f373d082a2f7ca3d487ed to your computer and use it in GitHub Desktop.
parecord cheatsheet (record and play audio)
# list audio soruces # look for .minitor
pactl list short sources
# record in flac
parecord --channels=2 --file-format=flac --device=your.monitor output.flac
# play back flac
parecord -play output.flac
# play back with play
play output.flac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment