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

format support #15

Open
Manoa1911 opened this issue Dec 6, 2024 · 1 comment
Open

format support #15

Manoa1911 opened this issue Dec 6, 2024 · 1 comment

Comments

@Manoa1911
Copy link

Manoa1911 commented Dec 6, 2024

48 khz stereo 16 bit wave runs for 2 hours and then outputs garbage instead of telling the user the input is not supported at the start :(

44.1 same thing, something is wrong
running now mono 32 khz...
it worked after updating python stack :)

no documentation on which inputs are and are not supported, but the code looks like the program only works on 44100 hz
so next question which bit depths are supported ? if input depth is 24 and model depth is 16 does it give any higher quality ?
and if sampling rate of input is 96 and output 96 but the model is 44.1, does it give any higher quality ?
does model sampling rate affect output sampling rate ? can I inference using a 44.1 model to output 96 khz ?

@Manoa1911 Manoa1911 changed the title output is garbage on some inputs format support Dec 6, 2024
@JusperLee
Copy link
Owner

Our pre-trained model only supports a 44.1 kHz input sample rate. For other sample rates, you would need to train the model yourself.

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

2 participants