kuleshov / audio-super-res

Audio super resolution using neural networks
MIT License
1.16k stars 205 forks source link

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

Open i-am-R00k opened 1 year ago

i-am-R00k commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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?