Felipe Espic
Felipe Espic
Use values like `lowpass_filter_width=100` or `lowpass_filter_width=200`, if speed is not critical for you. The default `lowpass_filter_width=6` is too low.
AFAIK, when in multi-line, the code should be sent **bracketed**, as [this code](https://github.com/randy3k/SendCode/blob/8c3d61cff3c989fdd7f25544eb125d1a9d52d4b2/code_sender/sender.py#L154-L158) does for SublimeText. I guess something similar should be implemented in [here](https://github.com/platformio/platformio-atom-ide-terminal/blob/fd5c9671c509fea0211aafd952f042b34c133925/lib/view.coffee#L457-L462). I'm also looking for a...
Hi, Thanks. Maybe @carolineechen could assign @ivnvalex, please?
I don't understand the issue. I've got the same result from the two functions you say are inconsistent: ``` In [19]: import torch ...: import librosa ...: ...: # INPUT:...
I see, you are right, they behave differently if `n_fft` is odd. Actually I've never used `n_fft` odd, it's quite non standard and I suggest to avoid it, if possible....
I followed the instructions in [this comment](https://github.com/Guake/guake/issues/62#issuecomment-17441696) to add Guake to the Alt-Tab Menu. Works like a charm.
Hi, this modification does not work well. If you want to remove a breakpoint by pressing Ctrl+Shift+B, it will create a second breakpoint instead of removing it.
Actually, I fixed it in my fork. Thank you