-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Add support for 44.1khz audio #2321
Comments
I believe it already supports this, it's just mislabeled in the GRadio menu. Basically: 40k=44.1k I believe this because: In the past I tried to use 48k and 24-bit because in post-production those are the "high quality" audio files that are required for delivery and QC check, but this module does not play well with 24-bit files, 16-bit works better, and I seem to remember 48k causing more errors as well. |
I was looking into the infer-web.py file and noticed the only resulting commands were 32000, 40000, and 48000. line 187
I appears that 44000 is not present? I'm an amateur here, but looking in the log window, I can see it is indeed processing for 40000 hertz only. I modified the choices and added in a choice 32k for an experiment because I have some voices that are 32k, and will also change the 40000 to 44000 and see how it goes, and report back here. line 1177
(I added myself a little table here as reference earlier using using an audio file calculator, I'm just testing things here so feel free to ignore that.) Feel free to correct me if I'm on the wrong track here. Edit: Given up on this software. Applio works much better and actually installs with no bugs. I get the feeling Rvc web ui is abandoned because there are zero updates fixes or support here. It was s great concept though, hope the devs return one day to fix it. |
I was wondering if it would be possible to add support for 44.1khz audio files without having to resample. It's also a common sample rate, so it might be good to have as an option. Thanks for your efforts!
The text was updated successfully, but these errors were encountered: