Example script to prepare the session to record
authorJohannes Mueller <github@johannes-mueller.org>
Sat, 10 Sep 2016 20:38:07 +0000 (22:38 +0200)
committerRobin Gareus <robin@gareus.org>
Mon, 12 Sep 2016 09:10:40 +0000 (11:10 +0200)
commitba0eb858bcd610fe67a5a5aad8a3c8156fabb296
tree9ab29e8f6833f85336acc087ad3f361a07a2ce10
parente54ae0217004c524998905b5e14a045052dfdcce
Example script to prepare the session to record

Often one needs to make sure that all the relevant settings are made
before one actually starts recording. The Lua interface can take care of
this task easily, that the operater by just one action can make sure
that the relevant settings (e.g. recenables, playhead position, etc.)
are ready for recording. This example was written with a quasi live
podcast scenario in mind.

See `scripts/prepare_record_example.lua` for details.
scripts/preare_record_example.lua [new file with mode: 0644]