python-rtmixer icon indicating copy to clipboard operation
python-rtmixer copied to clipboard

:microphone: Reliable low-latency audio playback and recording with Python :snake:

Results 3 python-rtmixer issues
Sort by recently updated
recently updated
newest added

I am using `examples/signal_processing.py` My system is macos, so I use coreaudio. When I restart `coreaudiod` (when running script) by: `sudo launchctl stop com.apple.audio.coreaudiod && sudo launchctl start com.apple.audio.coreaudiod` or...

Currently, if a common `start` time that's far enough in the future (and `allow_belated=False`) is used for multiple actions, all those actions will start at exactly the given time (or...

I decided to make an issue here to summarize my issues/requests with rtmixer, perhaps for future fixes/updates. In general, what I am trying to do is to execute an audio...