pseeth
pseeth
Texify appears to work for my public repositories now after uninstalling and reinstalling the Github app from my organization but it's broken for my private repositories.
Yeah Texify has stopped working for me entirely on both public and private repositories.
Interesting - sounds about right. And neither have I until the bug in the linked issue was reported. Tracking it down led me to this behavior in SoundFile/libsndfile, so I...
Yeah that's a limitation of the original paper because of the convolution receptive fields. You could fix it with padding your input?
Happy to give this a shot once the refactor is done! Putting together a PyTorch one should be easy as well. How does this work for multichannel? Do each channel...
I refactored the SI-SDR code for nussl. Once bsseval is mature, I'll strip it from nussl and have nussl depend on bsseval instead. Putting my code here in case it's...
Yeah, happy to contribute. @ethman might have thoughts too. One suggestion is to make any torch/tensorflow dependency optional as those packages can be quite big (won’t fit on an AWS...
Oh, that's fair. I can look into that and roll it into the next release! Re: device movement, I think it should be possible to add something that moves back...
Looks like a good change. Do you mind editing the base branch of this PR to point to the one in this PR: https://github.com/descriptinc/audiotools/pull/90, so I can merge it in...
Hi there! I think those are all fine ideas, just didn't have time to explore all the variations when I was working on this. FWIW I use AutoClip still every...