SoundCard is a library for playing and recording audio without resorting to a CPython extension. Instead, it is implemented using the wonderful CFFI and the native audio libraries of Linux, Windows and macOS. The input and output data are scaled to 0dBFS (Full Scale). To avoid clipping restrict all data between -1 and 1. SoundCard is cross-platform, and supports Linux/pulseaudio, Mac/coreaudio, an

