Vincent Lostanlen

Results 194 comments of Vincent Lostanlen

Hello @adinhodovic, the new feature looks great but from what I can see you are changing one of the dependencies from `pysoundfile` to `soundfile`. Can you remind me what happened...

Hello @dizcza, indeed this is exactly #1364, more precissely, the follow-up plan of PR #1485. 1. support two new types in x_coords and y_coords: numpy array of datetime64 and timedelta64...

Yes, it would be good to have this for better flexibility. Thanks @stefan-balke for the nice motivating example. Side remark to @stefan-balke: is the dynamic range really 4 dB between...

Thanks for your answer @bmcfee and for scheduling this for 0.10.1 I agree with 1/2/3/4 One thing that remains to be discussed is what should be the output of `cite()`,...

Where would the function belong? `librosa.core.audio` ? Or is it time for a sonification/synthesis module that would also welcome `clicks`, `tone`, and `chirp` ?

Thanks @th0ger. Indeed this would be good to have in my opinion. Implementing it is not obvious since we're already passing `**kwargs` to `decompose.hpss` inside `effects.hpss`. So that would require...

I think that the misleading element, according to @FVolral, is that the unexpected keyword argument is passed from `tonnetz` to `chroma_cqt`, so the `TypeError` is thrown in the latter whereas...

Hello, @xir4n and I are encountering the same problem as others. It would be good to merge this and release a new version of dtcwt on PyPI, so that current...

Hello everyone, with permission from @rjw57, we have forked this repository with @xir4n and have merged this pull request. Our fork lives here: https://github.com/xir4n/dtcwt.git and supports current versions of NumPy...