i-rinat / apulse

PulseAudio emulation for ALSA
MIT License
609 stars 35 forks source link

[Feature request] Have apulse receive tcp libpulse audio #2

Closed parkerlreed closed 10 years ago

parkerlreed commented 10 years ago

I'm not sure if it's even possible but it would be neat for a little system I have that has working alsa but not quite enough power to run pulseaudio. Was hoping I could just pipe audio to it with the tcp part of pulseaudio.

i-rinat commented 10 years ago

What you want is another implementation of PulseAudio. I doubt it will be less CPU-intensive, since it must perform the same tasks as PulseAudio itself. And there is also additional complication with latency management and so on.