microsoft / terminal

The new Windows Terminal and the original Windows console host, all in the same place!
MIT License
95.19k stars 8.26k forks source link

In Vintage/Retro mode have a feature to make a sound when a character or line is printed to the screen #16829

Open oilcan-productions opened 7 months ago

oilcan-productions commented 7 months ago

Description of the new feature/enhancement

I use Windows Terminal to interface with several Retro computers such as IMSAI 8080, PDP-8, PDP-11 using Telnet but also running some of these retro computers in a WSL session. These computers usually emulate a teletype or a VT type terminal which both have distinctive sounds when printing characters or lines. Would love to see an option in the retro/vintage settings to enable (annoying) audio while these computers do their work.

Proposed technical implementation details (optional)

Implement a toggle and a drop down in the retro/vintage settings pane. Not only to enable the vintage cursor and retro font, but also allow turning on sound effects and provide a dropdown with a list of sound effects for VT terminals and line printers/teletypes so these can be configured on a per profile basis.

DHowett commented 7 months ago

Thanks for the request! As somebody with a loud keyboard, and memories of dot matrix printers screaming through tractor-feed paper, I appreciate the idea.

Unfortunately, it's probably not gonna be one of our core features. I think that if we have an extension model (#4000), we should make sure it's capable of this.

Tagged it up as an extensibility feature :smile:

j4james commented 7 months ago

If we do one day get this functionality, it's worth noting that there is also an escape sequence we could support to control the key click volume, and effectively turn it on and off: DECSKCV

oilcan-productions commented 7 months ago

Thanks for considering :)