Skip to content

Instantly share code, notes, and snippets.

View Slingexe's full-sized avatar

Slingexe Slingexe

View GitHub Profile
@Slingexe
Slingexe / Voicemeeter-set-Priority-and-affinity.bat
Created April 27, 2024 19:09
I got annoyed having to set audiodg's priority and affinity whenever I wanted to talk to someone without my mic shitting the bucket so I made this and left it in my startup folder
@echo off
::#################################################################################################################################
:: Elevate this script #
::#################################################################################################################################
(
:: Check Admin rights and create VBS Script to elevate
>nul fsutil dirty query %SYSTEMDRIVE% 2>&1 || (
:: Very little red console