You are not logged in.
Pages: 1
Here sound recorder program I wrote using PulseAudio and a Gtk front end!
I was looking for ways to record sound card output and came across an easy command line interface on the PulseAudio wiki, however I found it too cumbersome to switch back and forth between the terminal. Then it was trivial to add support for microphones, and using the power of pulse audio you can also record individual applications
Here is a screenshot:
Examining the dbus interface in d-feet:
Right now the code is in a "minimally functional state", and there is also no packaging, but if you would like to try compiling it you can find the code here: https://github.com/GtkPASoundRec/gtkpasoundrec
You will need at least the following: g++, pulseaudio, Gtk+-3.0, gnome/dbus/dconf (for keybindings support)
I have tons of ideas for how it can be extended, and if you have feedback or suggestions, send me a message, or feel free to fork the code
Cheers
Last edited by Nobbler (2013-06-18 18:04:57)
Offline
Pages: 1