thestk / rtaudio

A set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO, and WASAPI) operating systems.
Other
1.49k stars 317 forks source link

fyi: working on a new python-rtaudio project #415

Open shakfu opened 9 months ago

shakfu commented 9 months ago

In case anyone's interested, I have started an ongoing python-rtaudio wrapper project as I couldn't get the wrapper that comes with rtaudio to work.

It has 3 different implementations using: cython, pybind11, and nanobind.

It's early days, so would welcome contributions and feedback!