An extension to add sounds to Visual Studio.
You can check the source code here or download it through the Visual Studio Marketplace.
This was a very fun project, I basically added hooks for all sorts of commands on Visual Studio, which you can check at VSListener.cs. I also learned a bit about NAudio to support multiple audio formats and sample rates. Mostly, I love doing tools that I can use myself!