Sahin Kureta

Results 16 comments of Sahin Kureta

Running it like this works `flatpak run com.bitwarden.desktop --use-gl=egl` I don't know why :) edit: `--use-gl=wayland` and `--use-gl=desktop` also work. `desktop` one gives the least number of errors.

I am trying to perfectly align an orignal signal with `istft(stft(signal))` in pytorch. I am able to do it like this in librosa: ``` n_fft = 2048 win_length = n_fft...

Assuming pytorch will add `n_fft // 2` padding at both ends, thus increase the signal length by `n_fft`, right padding the signal like this `y = np.pad(y, (0, end_pad(len(y)+n_fft)), mode='reflect')`...

Hi. Are there any plans on merging this feature? Don't mean to clutter the comments but it seems abandoned.

> > Hi. Are there any plans on merging this feature? Don't mean to clutter the comments but it seems abandoned. > > @kureta I think at this point I'm...