David Díaz-Guerra Aparicio
David Díaz-Guerra Aparicio
Hello, I know that VST plugins are not cross-compatible with different operating systems. However, there is some software to use Windows plugins in Linux digital audio workstations using WINE (e.g.,...
Hello, I've just realized that the elements of `mean_scale` in X-UMX are optimized during the training since they're registered as parameters. As far as I understand, that dictionary contains the...
Hello! I know we should ideally rewrite the XUMX model to work with the new torch's complex type, but it is possible to workaround this by just converting the new...
There might be a memory leak in gpuRIR_cuda::cuda_simulateRIR since the memory of orV_src is not free at the end of the function: https://github.com/DavidDiazGuerra/gpuRIR/blob/283235d57ac01c51d0f43913deb73dfb2470be8c/src/gpuRIR_cuda.cu#L917-L927
Hello, I'm proposing this PR following the discussions of #94. With this implementation, mus-eval raises a warning instead of an error if one of the sources or estimates is completely...
Hello, If you call to `museval.eval_mus_track` with at least one of the references being completely silent, you get a `ValueError` saying that: > All the reference sources should be non-silent...