-
Notifications
You must be signed in to change notification settings - Fork 271
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
Silence part #14
Comments
https://github.com/openvpi/audio-slicer/blob/main/slicer2.py#L76 The list |
To obtain silence parts in seconds, I think below code is enough ?
or basically
|
@EmreOzkose numbers in sil_tags are frame indices, simply dividing by 100 may not generalize for all |
Hi, I implemented audio segmentation with your code and it works great. In the mean time, I also want to generate a list of chunks of silence part which is rejected here. Is there any way I can achieve this?
The text was updated successfully, but these errors were encountered: