An internal audio recorder that uses a pipewire monitor to record audio that is currently being played.
This project is still a work in progress. Once there is a stable build, it will be added as a release.
make
make config # optional config file for defaultsmake installGraphical User Interface:
corderCLI:
corder --nogui --rate 48000 --channels 2 --output /path/to/file.wav # 48K sampling rate stereo
corder -n -r 44100 -c 1 -o /path/to/file.wav # 44100 Hz sampling rate monocorder --versioncorder --helpMIT