kuleshov / audio-super-res

Audio super resolution using neural networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

i-am-R00k opened this issue · comments

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?

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.

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?