Shirakumo / cl-mixed

A simple audio mixing and processing library based on libmixed.
https://shirakumo.github.io/cl-mixed/
zlib License
22 stars 7 forks source link

Add pa_simple_read interface to pulse-cffi #6

Closed dlowe-net closed 2 years ago

dlowe-net commented 2 years ago

I happened to need this and it opens the possibility of using pulseaudio inputs as a source.

Shinmera commented 2 years ago

Hmm. Shouldn't be hard to also add an equivalent source segment, no?

Shinmera commented 2 years ago

Okey, patched it in. Haven't tested, but should work if their interface is consistent.

dlowe-net commented 2 years ago

Hmm. Shouldn't be hard to also add an equivalent source segment, no?

I looked but it wasn't obvious to me how to do that.

Okey, patched it in. Haven't tested, but should work if their interface is consistent.

I've been using it in exactly that form on another project so it should be okay.

Shinmera commented 2 years ago

I meant the source I pushed to your branch, in case that wasn't clear.