pgaskin / pulseaudio-win32

An up-to-date PulseAudio build for Windows with an installer, service, socket support, bug fixes, and new features.
https://pgaskin.net/pulseaudio-win32
MIT License
71 stars 6 forks source link

is it possible to stream audio from windows to windows? #14

Open comsyspro opened 1 year ago

comsyspro commented 1 year ago

i want to stream sound from a windows (pulseaudio server) to a windows (pulseaudio client) but i can't hear sound from windows (pulseaudio server)

following steps were done:

result:

is it possible that the windows server have to redirect somehow the audio signal to the soundcard driver? is this possible at all to get a remote stream from windows to windows? any advice?

pgaskin commented 1 year ago

Not currently; this would require a better pulseaudio module for interacting with WASAPI rather than waveout.

I don't currently have a personal need for this, nor do I have much spare time (hence the lack of updates recently), but if I ever need it again, I'll probably work on writing a SPA plugin for pipewire and porting it to windows instead, as that API will be much easier to integrate, and pipewire is the successor to pulseaudio.

You might be interested in Scream as an alternative method for streaming sound between machines.

comsyspro commented 1 year ago

Yes I already tried Scream and it works also. Do you know this software https://vb-audio.com/Cable/ and would it be possible to use this for pulsaudio on windows somehow to create audio working form win to win with the actual code of pulseaudio?