zeroone-universe / RealTimeBWE

Unofficial Pytorch Lightning Implementation of "Real-time Speech Frequency Bandwidth Extension"
26 stars 3 forks source link

About checkpoints #5

Open Bridge-SR opened 3 weeks ago

Bridge-SR commented 3 weeks ago

Hi! Good work, and I am wonderinig if the checkpoints can be shared? I really desire it!

Bridge-SR commented 3 weeks ago

I am also query about whether it support SR to 44.1 or 48kHz?

zeroone-universe commented 3 days ago

Hi, thanks for your interest in this repo.

I am wonderinig if the checkpoints can be shared? -> It's been a long time since I worked on this research, and unfortunately, I no longer have the checkpoints saved.

I am also query about whether it support SR to 44.1 or 48kHz? -> This model only supports bandwidth extension from 8kHz to 16kHz and does not handle other sample rates. If you want to extend the bandwidth to 44.1kHz, you will need to modify both the model and the training code. To be honest, even with these modifications, I don't believe extending the bandwidth from 8kHz to 44.1kHz with this model will produce good results.