pseeth
pseeth
Oh yeah sure. Would be happy to help with that too! Let me add a license today, which one would work best for PyTorch?
Hey thanks for the implementation! I've been on parental leave the last few months, so I haven't been plugged in since writing the existing chunking code. Happy to take a...
Thank you for understanding! And thanks for the congrats! If you have time, a slightly more detailed sketch of the decoding algorithm would be super helpful. The encoding algorithm looks...
Decoding in chunks that are overlapped and then chopping off the overlapped samples sounds very plausible as a good method. I'll give it a go! Thanks for the additional detail!
We just released a 16kbps model that you might want to check out!
Can you share some audio where you get that sort of noise?
This should be the fix: ```python class MRD(nn.Module): def __init__( self, window_length: int, hop_factor: float = 0.25, sample_rate: int = 44100, bands: list = BANDS, ): """Complex multi-band spectrogram discriminator....