Skip to content

nocarryr/cython-sounddevice

Repository files navigation

cython-sounddevice

Description

Python bindings for the PortAudio library to interface with audio streams. This project was inspired by python-sounddevice, but uses Cython instead of CFFI.

This allows for use in other Cython projects needing audio I/O without the performance penalty of the switching between Python and C/C++ contexts. All of the necessary classes, functions and data types have shared declarations for this purpose.

Links

Usage

TODO

Dependencies

Installation

TODO

Linux

sudo apt-get install portaudio19-dev

Windows

TODO

MacOS

TODO

License

See the LICENSE file for license information (GPLv3).

About

PortAudio bindings for Cython

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages