Build against manylinux_2_24
This allows us to skip the intermediaries cibuildwheel and Docker,
which makes debugging difficult and expensive.
Build wheels for CPython 3.9 and manylinux aarch64
Intuitively implement properties of ChorusEffect (#90)
Intuitively implement properties of ChorusEffect and add docstrings.
Update CI/CD
This optimizes the execution time of macOS builds and adds initial
(no-op) support for Windows. Documentation now admits the issues with
macOS wheels.
Because of GH-63, CI/CD for Python 3.8 on macOS is temporarily dropped.
Build reference for upcoming v0.1.3
Nitpick test_source, implement test_context. (#70)
Implement test_context
Tests that have implemented:
* async wake interval
* default resampler index
* doppler factor
* speed of sound
* distance model
Change from for loop to while loop