Vincent Lostanlen
Vincent Lostanlen
So IIUC `align_mode == None` would correspond to the current `center=False` behavior `align_mode == frame` would correspond to the current `center=True` behavior `align_mode == window` would be the new feature?...
I love this. Besides actual multichannel data, the prospect of easily displaying multiple waveforms or spectrograms side by side (with shared x-axis) would be very useful for: * displaying a...
@beasteers did you test this in a multithreaded setting? ~i'm a bit nervous at the idea of calling `os.environ.pop` and `os.environ.get` according to `time.time()`-based logic. Can you explain why nothing...
Thank you for opening this, @txntxn . As you wrote, this feature will probably be useful to machine learning practitioners. It's a bit early to bikeshed the name, but i'll...
as i've said elsewhere: very much in favor of making a minimal change to the behavior of programs while benefiting a maximal number of people. at the risk of complexifying...
Hi both, I've been tagged in this conversation and have followed it with great interest. Yet I'm not quite sure which side to stand on. What's your use case @bmcfee...
@keunwoochoi FYI we've changed the name `logamplitude` to `amplitude_to_db` in the latest release but a PR for ISO 226 is still welcome.
Thanks for opening this. There is a new Python library on point processes named tick which is quickly gaining traction, as it is fast, flexible and offers a sklearn-like API...
Right. I suppose that this can be made available to the user by means of a higher-level method named `sc.add_events` (note the plural), or perhaps better yet `sc.add_foreground`. Even if...
Thanks for putting my random thoughts in order! :) @Elizabeth-12324 and myself just completed (1) and (3) in the context of BirdVox-scaper. We're going to make it into a separate...