Contains three almost identical experimental wrappers of RtAudio:
-
cyrtaudio - cython
-
npyrtaudio - nanobind
-
pbrtaudio - pybind11
Next on the list is to add RtMidi support.
Uses cmake
as the the primary build system and make
as an optional frontend:
pip install cython pybind11 nanobind
then
make
- more tests!!!