Rikorose / DeepFilterNet

Noise supression using deep filtering
https://huggingface.co/spaces/hshr/DeepFilterNet2
Other
2.4k stars 223 forks source link

关于atten_lim控制降噪的公式 #519

Closed wlf0322 closed 3 months ago

wlf0322 commented 7 months ago

想请问一下,为什么衰减这样计算,是自己定义的,还是有什么既定依据? lim = 10 * (-abs(atten_lim_db) / 20) enhanced = as_complex(spec.squeeze(1).cpu()) lim + enhanced * (1 - lim)

github-actions[bot] commented 4 months ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.