Shameless plug: Seriously, one way you can really help out this project is to subscribe to NightVsKnight's YouTube and/or Twitch channels. I will be showing off this project there from time to time, and getting new subscribers gives me a little morale boost to help me continue this project.
C# Voice Modulator that uses CSCore and NVIDIA Maxine AFX-SDK Denoiser/Noise-Suppression
I'll improve these steps, but until then:
- Checkout this repo and initialize its submodules
 - Open the cscore submodule
 - Open the cscore.sln solution in Visual Studio 2022
 - Build the entire cscore.sln solution
 - Close the cscore.sln solution
 - Open VoiceMod.sln solution in Visual Studio 2022
 - Remove NvAfxDotNet's reference to CSCore and then re-add
 - Build