Mandar Chitre
Mandar Chitre
@patel999jay has this been resolved for you?
@tfabbri any progress on this PR?
Thanks @patel999jay, open to a PR on this. Could you raise one with the suggested changes?
Yes, if that solution fixes it. I don't use Python for my analysis anymore (having moved to Julia), so this gets no testing from me nowadays. If you're using it...
I just took a look at `FileIO` integration with `WAV` and `LibSndFile`. The returned data is different in both cases, so they are not drop-in replacements for each other. While...
If you have a concrete suggestion on how you'd like to see `SignalAnalysis.jl` changed, I'm open to a PR. I'd like to avoid a breaking change where the support for...
Rather than add `Requires` for each package, depending on `FileIO` and dealing with different return types may be a better option. > Another one is simply to provide the user...
Just had a look at the `psd()` and `specgram()` code: `psd()` is computed with essentially a single statement: `p = welch_pgram(x, nfft, noverlap; fs=framerate(x))` and `freq(p)` gives you the frequency...
As discussed with @AbelHo, there may be value in having this available for multichannel signals.
I've personally not used OASES much, but shouldn't be that hard. Just need to define an `Oases` type and implement each of the interface functions for the model: ```julia function...