-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Allow the user to skip silence. #31
Comments
@RokeJulianLockhart time should be also configuratable? I mean how long silences should be skipped? |
Do you mean automated pausing/resuming while recording when silence is detected, or fast-forward during silence on playback? |
@Aga-C, I envisaged increasing the playback speed of, or skipping, silence. |
@inson1, the best I've thought of in that regard is that the threshold should be relative to the average volume of the file. |
Media3's ExoPlayer has built-in support for skipping silence. It'll require rewriting the playback-related code to use ExoPlayer. For the sake of simplicity, the threshold shouldn't be user-configurable. |
Checklist
Feature description
Skip audio which would be considered silent. I realize that the implementation shall involve some kind of threshold, so to prevent it being arbitrary, allow the user to configure the decibel level.
Why do you want this feature?
Because I record lots of meetings. There's lots of undesired waiting as papers are brought through and organized.
Additional information
Reported here due to you-apps/RecordYou#189 (comment). Reported because https://github.com/FossifyOrg/Voice-Recorder/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+skip+silence returned 0 results.
The text was updated successfully, but these errors were encountered: