daniellga
daniellga
I noticed in `src/scalar/rcplx_full.rs` that you use an alias `c64` for `Complex` so I was really not sure which one of these I should have used for this commit. Sorry...
I am not sure I follow what you said, sorry for that, but the important code in this PR is using the macro below on `Complex`. ``` #[cfg(feature = "num-complex")]...
Hi @pdeljanov ! Isn't it worth to create an example out of this to put in [here](https://github.com/pdeljanov/Symphonia/tree/master/symphonia/examples)?
You could try [rubato](https://docs.rs/rubato/latest/rubato/) maybe
I mean, I am assuming this should be the behaviour, although not clear in the function's documentation.
@sisyphus2a are you using the github version? I am pretty sure I was having this problem before... For me it works pretty well except for this issue here...
Sure! I am closing it.
> * I used `ndarray` for several years and I never saw a use-case for `ArcArray` and `CowArray`. Of course this is not a reason to remove them :) but...
> @daniellga funny how those things happen! Question about that usage: is it important for your use that the _data specifically_ is `Arc`, separate from the shape/strides? Would it be...
Any plans on implementing this for arrow2?