-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Hi, could the timemachine option in jack_capture be extended to start and end a recording automatically, based on the incoming signal passing a threshold value?
This would need four additional options to jack_capture - similar to the autorecord function in jack_timemachine[1]:
--autorecord -> enable autorecord
--begin-threshold -> dB level above which automatic recording will start
--end-threshold -> dB level below which automatic recording will stop
--end-time -> silence length before automatich recording ends
My use case would be building a headless multitrack recorder with a RaspberryPi, and with this additional new functionality jack_capture would fit the bill perfectly, ie. start "listening" on boot and (pre-)record whenever something is coming in through the system:capture* ports.