nullptr
nullptr
On my system with Big Sur, I can't get anything from the built-in mic (whether in 44.1 or 48kHz). But it works okay with my Apogee One! When tracing, I...
Yeah... the doc is awful :) I'm glad you did all the work and that I found your package I'll give another try to narrow it down
I'm not sure I understand why the test fails on windows. On a windows machine dtype 'g' gives me a float64 whereas on a Linux machine I get float128
@charris thx for your reply The real issue is that the test fails (only on windows) with the following error: `AssertionError: res , tgt ` which I find a bit...
@eric-wieser Any idea why some tests fail on windows ? EDIT @matthew-brett @effigies Probably related to https://github.com/numpy/numpy/pull/10151
@eric-wieser I think I addressed your remarks. However I still haven't found why the tests failed on windows.
Not really. I'm not too happy with the code and it's failing of few tests on windows.
Hi all, I tried to implement a naive version of @elprans proposal. Here's what I came up with: https://gist.github.com/0x0L/3d55d47f6329eb0d7e7a46d1c895b5be A few remarks: - the cython bindings for array builders are...
@wesm Thanks! `Makebuilder` is exactly what I was looking for In terms of inter-op, a generic C++ lib would probably be a much better candidate here given the narrow and...
I switched to c++. Writing python bindings will be quite easy considering how simple the interface is. It supports list, composite types and enums Still a WIP but you can...