larsimmisch / pyalsaaudio

ALSA wrappers for Python
http://larsimmisch.github.io/pyalsaaudio/
Other
216 stars 74 forks source link

Add a (naive) loopback implementation #132

Closed larsimmisch closed 1 year ago

larsimmisch commented 1 year ago

This adds a simple singlethreaded loopback application using poll.

It also adds volume formarding from the capture to the playback device.