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

Complete rewrite of audio.splitsignal to avoid multiple noise padded splits at signal end #352

Merged
merged 3 commits into from
Jun 17, 2024
Merged

Conversation

MacJudge
Copy link
Collaborator

@MacJudge MacJudge commented Jun 4, 2024

In case of overlap, there were multiple splits, which went over the end of the signal and got padded with noise. As this doesn't increase the analysis quality, the rewritten audio.splitsignal function stops with the first split, that goes over the end of the signal (as long as there is enough signal in the split, but at least one split).

@Josef-Haupt Josef-Haupt merged commit 5c618fa into kahst:main Jun 17, 2024
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

Successfully merging this pull request may close these issues.

2 participants