-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pad cutoff time by 0.025s #4
Comments
Thank you very much for looking into this! What I understand Good idea, unusable code Could you generalize the code?
Background: I would love to do it myself, but I won't find the time in the near future. I could, however, review a pull request with a test file. |
Basically the situation is that if speaking begins at 1s the track will cut 0s-1s, but those few milliseconds before the cut are needed to have a pleasant listening experience.
This is clear, I just wanted to know if you saw this as a useful change or not. Not all projects accept changes or it might be decided as "not something we want". |
I am playing a bit with some editing techniques, if I use this more frequently I will submit a MR. |
|
Great script, thanks for publishing this. I had a small issue where the cutoff times were a bit too accurate leading to the audio sounding like it was a "skipping cd track", so I just made a small tweak:
It lead to an overall smoother listening experience. I think it could become a proper feature with an argument if you find this kind of feature interesting.
In my code I do not handle an edge case where the silence cut is less than 0.05s.
I'm using this to cut silence out while reading from a teleprompter (taking a break to breathe, drink water, etc).
The text was updated successfully, but these errors were encountered: