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

Necessary preprocessing for inference wav data #12

Open
takan1 opened this issue Dec 9, 2022 · 6 comments
Open

Necessary preprocessing for inference wav data #12

takan1 opened this issue Dec 9, 2022 · 6 comments

Comments

@takan1
Copy link

takan1 commented Dec 9, 2022

Hi, Thanks for the great work! I'm trying to test the inference part with my own wav file but the output quality is less than I expected and I'm suspecting it's due to the input file.
Could you give me some instruction for how to preprocess the input source/target wav?

@OlaWod
Copy link
Owner

OlaWod commented Dec 9, 2022

For source wav, it is better to denoise it if it is too noisy, normalize it if the volume is too loud or too low; for target wav, it is better to trim its silent segments.

@takan1
Copy link
Author

takan1 commented Dec 10, 2022

@OlaWod Thanks a lot for the answer! Understood. I'll try the above. Also, would there be a preferred sampling rate for both source and target wav?

@OlaWod
Copy link
Owner

OlaWod commented Dec 10, 2022

16kHz

@takan1
Copy link
Author

takan1 commented Dec 12, 2022

Great, thanks for your response :)

@Crazy-Duck
Copy link

Crazy-Duck commented Jan 5, 2023

For the target wav, do you have recommendations as to the length? Does performance of the model improve/deteriorate with longer target wavs? If so, where's the sweet spot?

@OlaWod
Copy link
Owner

OlaWod commented Jan 8, 2023

haven't explored yet, but I think longer target wav might contain longer silent, which can deteriorate the performance. I think the sweet spot is a target wav that is not too short and contain almost no silent.

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

3 participants