David Nicholson

Results 302 comments of David Nicholson
trafficstars

An example dataset here https://zenodo.org/records/7997739

Code to parse xml here in pykanto, be sure to cite: https://github.com/nilomr/pykanto/blob/3ecaeb9747720d19afa10d1183112d06ea721680/pykanto/utils/custom.py#L32

If you are installing with `pip` then I think a workaround for now is to specify `numpy

Hi @nuniz @timsainb two things: 1. just a heads up that `stft` is about to get replaced with the `ShortTimeFFT` class: https://docs.scipy.org/doc/scipy/tutorial/signal.html#short-time-fourier-transform -- so you can get ahead of that...

> I've tested that change separately before for both stationary and non-stationary versions. It's not bit-wise exact, but close enough. Excellent, sounds close enough to me 🚀

I just want to :+1: +1 this--I've had the same question a few times. For a while I thought that `nox` was using whichever Python `pipx` installed with, and then...

Similar to what's happening here I think? https://github.com/pypa/build/issues/253 (but without the added complication of `conda`)

Hi @eintzandt sorry you're running into this issue, I'm happy to help. Thank you for providing a detailed report of the problem. My best guess is that you are right...

Thank you @eintzandt for the quick reply. From those, it looks to me like both pysoundfile and the libsndfile that it uses are in fact the conda-forge versions -- so...

Great, thank you @eintzandt for letting me know that workaround got you going for now! I'll leave this and open and tweak the title a bit to remind me of...