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

Avoid leading/trailing silence in the RMS calculation #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

achingacham
Copy link

The leading and trailing zeros (to represent silence) need to be avoided while calculating the RMS of the signal, as it impacts the overall signal distortion. This is particularly important when noise-mixing is performed with clean audio signals with different lengths of silence at the start/end of the actual utterance.

The leading and trailing zeros (to represent silence) need to be avoided while calculating the RMS of the signal, as it impacts the overall signal distortion.
@Sato-Kunihiko
Copy link
Owner

Thanks.

I'll check it out later.

@Sato-Kunihiko
Copy link
Owner

@achingacham

This is particularly important when noise-mixing is performed with clean audio signals with different lengths of silence at the start/end of the actual utterance.

Can you give me an example of the audio signals? I'd like to know the specific example.

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.

None yet

2 participants