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

Can this be used to actually upsample a low sample audio? #50

Open
i-am-R00k opened this issue Oct 24, 2022 · 2 comments
Open

Can this be used to actually upsample a low sample audio? #50

i-am-R00k opened this issue Oct 24, 2022 · 2 comments

Comments

@i-am-R00k
Copy link

From what i read, it can only use high quality audio, process it into low quality, and then upsample it. Is there even a way to upsample actual low quality audio using this project?

@Sawyerb
Copy link
Collaborator

Sawyerb commented Nov 5, 2022

Once you've trained a model, you can use it to upsample other files. (See the testing section of the README.) That said, this project is intended to supplement the papers mentioned at the beginning of the README, not to provide an easy-to-use, general-purpose audio-super-resolution tool. If you want to use the techniques described in the papers to upsample audio files outside the datasets used for the papers, you'll need to modify the code.

@FurkanGozukara
Copy link

Once you've trained a model, you can use it to upsample other files. (See the testing section of the README.) That said, this project is intended to supplement the papers mentioned at the beginning of the README, not to provide an easy-to-use, general-purpose audio-super-resolution tool. If you want to use the techniques described in the papers to upsample audio files outside the datasets used for the papers, you'll need to modify the code.

Do you know any such project we can use?

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