Skip to content
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

split audio track using silence detection #103

Open
mogrifier opened this issue Nov 24, 2021 · 0 comments
Open

split audio track using silence detection #103

mogrifier opened this issue Nov 24, 2021 · 0 comments

Comments

@mogrifier
Copy link
Owner

mogrifier commented Nov 24, 2021

This is needed for sample processing. Turn one big file into a bunch of little one but using silence detection to find start and stop of each audio segment with good data. Not just silence detection, but finding good audio, too.

Need to define a window size for evaluating, I think. Slide window and check again. Not looking for zeroes but for overall low amplitude in the window. A running average would detect falling and increasing amplitude. Need to know if positive or negative curves regarding the center line. Must be algorithm in DSP land.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant