Feature #594
Audtool option to toggle the new record/dub mode
100%
Description
Please add Audtool control of new "Record audio stream using Filewriter Plugin" via new option (--playback-record) that would permit users to add a desktop launcher icon/button to more quickly start and stop recording of live streams, etc (I use wmappl). In addition it would also permit users to create a cron-job / act script, etc. to record streaming programs at a specific time.
I've included a patch to do just that that seems to work great for me!
Jim
History
#1 Updated by John Lindgren about 9 years ago
- Category set to audtool
#2 Updated by John Lindgren almost 9 years ago
Looks good. Any chance you could convert this to a "git diff" patch?
#3 Updated by Jim Turner almost 9 years ago
I've no idea what a "git diff patch" is, much less how to do one, but I'll go see if I can figure out how!
Jim
#4 Updated by John Lindgren almost 9 years ago
It's extremely simple to do. Just make your changes on top of a clean Git repository, then run "git diff".
#5 Updated by Jim Turner almost 9 years ago
Done, see attached.
Jim
#6 Updated by John Lindgren almost 9 years ago
Thanks! I expanded on the patch to add a "playback-recording" command as well, and updated the manual page for audtool.
P.S. You missed aud-dbus.xml
in the patch, so it didn't quite compile. Maybe I should have said, "make your changes on top of a clean Git repository, make sure it compiles, and then run 'git diff'". :)
#7 Updated by John Lindgren almost 9 years ago
- Status changed from New to Closed
- Target version set to 3.8
- % Done changed from 0 to 100