You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a complete C++ noob, so I think have no chance of implementing this well myself, but just in case someone would like to take this on:
I'd love to see an automatic stop feature, triggered when the amplitude measurement drops below a certain threshold for a configurable amount of time.
My usecase is VHS captures, for which the amplitude drops to a very low level when the on-tape recording ends. This would help to avoid creating needlessly big files.
Thanks for creating this amazing project!
The text was updated successfully, but these errors were encountered:
Yes, this is a feature I'd been thinking about as well - the current master now has support for live amplitude measurement, so it shouldn't be too hard to do this. It just needs a little state machine - start, wait for the amplitude to go above a threshold, then if it drops below that threshold for more than N seconds, stop capturing and truncate the output file back to the point where the level fell.
(I wrote this script a while ago to do the same thing after the fact, and it seems to work well...)
I'm a complete C++ noob, so I think have no chance of implementing this well myself, but just in case someone would like to take this on:
I'd love to see an automatic stop feature, triggered when the amplitude measurement drops below a certain threshold for a configurable amount of time.
My usecase is VHS captures, for which the amplitude drops to a very low level when the on-tape recording ends. This would help to avoid creating needlessly big files.
Thanks for creating this amazing project!
The text was updated successfully, but these errors were encountered: