arkrow

Results 6 issues of arkrow

As the title mentions, importing sounddevice interrupts any currently playing audio streams momentarily on Windows when exclusive mode is enabled on the sound device. This issue seems to originate from...

Implements the necessary functionality suggested in one of the discussions in #130. Loads a user-specified PortAudio binary during runtime, by either providing its filename as usual or providing its absolute...

This PR provides a very simple and minimal workaround for loading an alternative PortAudio Windows binary compiled without ASIO, to address issue #496. Since this issue only affects Windows, as...

- Adds the necessary infrastructure for a mixed python/rust project using maturin and pyo3 bindings - Initial performance speed-up without concurrency: ~6x Since this is my first experience with a...

- Not dependent on poetry or plugins like #40 - The implemented `__version__` approach to read from `importlib.metadata.version` is not compatible since no metadata is present. This might be addressed...

## Summary by Sourcery Replaced static versioning with dynamic versioning using poetry-dynamic-versioning by moving version definition from pymusiclooper/__init__.py to pymusiclooper/__version__.py.