Open ivan-pi opened 1 year ago
The X11 protocol only serves the windows. If we are to forward sound, a sound server is needed.
Some related issues:
PulseAudio is one such sound server.
A more primitive, but perhaps still workable alternative would be to issue a beep, e.g.
$ echo -e "\007"
See also the issue Unix/Windows/Putty bell or beep utility won't ring.
The X11 protocol only serves the windows. If we are to forward sound, a sound server is needed.
Some related issues:
PulseAudio is one such sound server.