Betan Keystroke MP3 plays a selected MP3 file whenever text is inserted in a VS Code editor. Each sound plays to completion, and rapid keystrokes can produce overlapping sounds.
Setup
Open VS Code Settings.
Search for Typing Sound.
Set Typing Sound: Sound File to the absolute path of an MP3 file, for example C:\\Sounds\\key.mp3.
Type in any text editor.
Settings
typingSound.enabled: Enables or disables playback.
typingSound.soundFile: Absolute path to the MP3 file.
typingSound.minimumInterval: Minimum delay between overlapping sound triggers in milliseconds. The default is 80 ms.
Requirements
The current version supports Windows and uses the built-in PowerShell/WPF media player.