onyx-and-iris / VMHelper

Fixes a common issue with the audio software VoiceMeeter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VMHelper

This program helps you with a common issue of VoiceMeeter. It fixes crackling sound output, which is related to insufficient process priority.

This Program increases and configures the priority and processor affinity of your selected Audio Programs, which is most likely VoiceMeeter, so it stops causing cracking sounds.

If your friends on Discord/Teamspeak or whatever tell you that your sound is cracking and it's very hard to understand you, you probably have the same problem as I had. πŸ’ž That's why I wrote that little tool.

You're using Audio Programs such as VoiceMeeter, too? Your friends are telling you that your audio is cracking?

Then this program will help you out!

The fix is based on all actions that the someone did in a YouTube video.

How to install?

  • Just click on the Releases on your right and download the first package.
  • Extract it to any location you want and ...
  • ... then you just need to execute the .exe file and you're good to go! πŸ˜€

How to use?

Well the program is built in a really intuitive way but I'll work that through here.

On the left there is the section where you can add or remove the processes that you want to include.

On the right ... wow... what was it... I guess you start the code πŸ€”πŸ˜

FAQ

You're having any sort of problems with the application?

Thanks to GitHub you can easily write Issues at the a special section for that. Just click on Issues at the top of the page! (Thank you Github ❀)

When you execute the program it says that you're missing the .net runtime?

Then you can easily download it here at the official page.

An no! This is not just some garbage on you computer! πŸ˜„ This is a widly used dependency in many programs! 😘

You can also try to download the non-minified version in the Releases because there are many packages that you may not have installed.

Why does this program require admin privileges?

The process audiodg.exe that is causing your problem is a system process so we need your admin rights to increase the priority of such an important process! Weird huh? πŸ˜„

You're not sure if this is unsafe?

GitHub is a platform for OpenSource code and this .exe and .dll file are just the result from my code. I just wanted to make this as easy as possible for you. πŸ₯° If I would only publish my code you would need to build this project to an executable file and I think you don't want to do that. 😏

You want to put the Program into your Auto Start?

I wrote a little Guide in the Issue #1. You can watch it there.

You're a developer and you don't like my code?

Well if that's so ... Write me you're feedback in the Issues ❀ I wont be mad! I love improving! πŸ’–

You're a developer and want to contribute?

If you want to commit some work into this project you are welcome to do so! πŸ’– I will most likely approve your pull-request if I see use of it.

Recommended Programs to include

By just adding audiodg you have the main bottleneck fixed, but there are still a few processes that could work clearer.

When I use the code for my personal usage I always include:

  • audiodg.exe
  • Discord.exe
  • ts3client_win64.exe
  • voicemeeter8.exe

So choose wisely 😘

Thank you for using my code ❀

If that project helped you, feel free to add a little ⭐ to this repository, so other users find it easier

About

Fixes a common issue with the audio software VoiceMeeter

License:MIT License


Languages

Language:C# 100.0%