A modular Python synthesizer and sequencer for real-time audio generation and music composition. Current version 1.8.10, released monthly.
pip install sprechstimmeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: create a Synth object, generate audio samples.
Install sounddevice and ensure portaudio is installed (e.g., apt-get install portaudio19-dev on Debian).
Use one of the built-in oscillators: 'sine', 'saw', 'square', 'noise'.
Use `sample = Sample(data, rate)` instead of `sample.initialize(data, rate)`.