Skip to content

BakedSnake/opencorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opencorder - A pipewire audio recorder

An internal audio recorder that uses a pipewire monitor to record audio that is currently being played.

Note

This project is still a work in progress. Once there is a stable build, it will be added as a release.

Dependencies

Build

make
make config # optional config file for defaults

Install

make install

Usage

Graphical User Interface:

corder

CLI:

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 mono
corder --version
corder --help

LICENSE

MIT

About

Pipewire audio recorder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors