ivan-pi / fc8

Fortran CHIP-8 interpreter
GNU General Public License v3.0
7 stars 1 forks source link

Sound server #5

Open ivan-pi opened 1 year ago

ivan-pi commented 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.

ivan-pi commented 1 year ago

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.