-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Downsampling #62
Comments
This would be cool to have. I think that downsampling (decimation) might be useful for some users, though you are the first to mention it. For those reading, here's the basics. I'd welcome a working PR here, though I'm not sure it's mission critical. |
This will be especially useful for those that want to ingest content coming from TV or similar. Anything that is speech heavy. In this scenario, the overall performance should be increased significantly. Unfortunately, I am not familiar with Python so can't be of much help to you guys. |
The best option to downsample an audio file is by using FFMPEG first and afterwards pass it to Dejavu |
How could I downsample the input? This works great on music, but if you are only interested in human voice, you only need to go with 16000hz.
In this case, this should also optimize overall speed.
The text was updated successfully, but these errors were encountered: