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

Changing the sample_rate of loaded audio file to 16000 #21

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

Conversation

Aaryan369
Copy link

Hi,
This pull request adds a line of code to resample the audio after loading it to prevent audio stretching. The original audio was loaded at a sample rate of 48000Hz, but to maintain consistency with the rest of the codebase, it is now resampled to 16000Hz using the torchaudio.functional.resample function.
This change was necessary because the mismatch between the sample rates during loading and processing was causing the audio to stretch, leading to a difference in length of up to 3 times the original audio. By resampling the audio, this pull request ensures that the audio remains at its original length, improving the accuracy of any downstream processing.

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

1 participant