orouits / qjackrcd

Simple stereo jack recorder with silence processing
https://orouits.github.io/qjackrcd/
Other
11 stars 0 forks source link

If jack transport is enabled, stops audio recording on transport stop. Should continue until db limit. #14

Open be1 opened 4 years ago

be1 commented 4 years ago

expected behavior

When recording a stream through jack transport and stopping transport (or end of stream) qjackrcd should continue to record until the dB limit is reached.

actual behavior

When recording a stream through jack transport and stopping transport (or end of stream) qjackrcd stops recording at the right moment where transport has stopped. The result audio file ends before any remaining audio (reverb) could be recorded.

steps to reproduce the behavior