m-mandel
m-mandel
Hi, I'm running stoi(signal1, signal2, sr, extended=True) where signal1 and signal2 are both numpy.ndarray and I'm getting the following future warning: /usr/lib/python3/dist-packages/scipy/signal/signaltools.py:2383: FutureWarning: Using a non-tuple sequence for multidimensional indexing...
https://github.com/haoheliu/voicefixer_main/blob/b15d20d2456c4158a55d7b66aed67b9b994f9143/config/vctk_base_ssr_unet_super_resolution.json#L20 Should the configuration for super resolution be as follows? ``` "ssr":{ "ssr_task": { "dereverberation": false, "denoising": false, "declipping": false, "super_resolution": true }, ``` instead of: ``` "ssr":{ "ssr_task": {...
Hi, Great paper, thank you! I am interested in using the Compact Wave Feature Extractor as specified in your paper (WFE-C-c128-l0), can you point me to the right direction in...