SupaGrova Posted June 26, 2018 Share Posted June 26, 2018 (edited) Hi Everyone, I don't know if this has been mentioned here or not. CabVol is software that helps control the wav volume on your pc. Here's how the software developer describes it: ...I threw together a small application which allows you to set a hotkey which, when held down, allows you to control your windows wave output volume using a mouse device (spinner, trackball) and/or keyboard device (joysticks/buttons connected to a keyboard interface such as IPAC or keywiz). Basically you can set it up to control cabinet volume using only arcade controls. It only works on NT/2000/XP/Vista and it requires the .NET 2.0 framework which you can download from microsoft. There are a bunch of apps like this out there, but the ones I've tried are not very cabinet friendly (requires use of the mouse scroll wheel, special 'windows' key, etc). I hope someone gets some use out of it. Links:NT/2000/XP (this build does NOT work with Windows 7 and higher): NT|2000|XP Windows 7 (ONLY works with Vista/Win7/Win8 and higher): Windows Vista + Forum: http://forum.arcadecontrols.com/index.php/topic,69901.0.html Hope someone finds this helpful! It works great on my cab! Edited June 26, 2018 by SupaGrova Quote Link to comment Share on other sites More sharing options...
twobucks Posted August 29, 2018 Share Posted August 29, 2018 Thanks supagrova! Just installed on my new arcade build with windows 10 and its working great. Saves me from having to install a physical volume knob in my arcade cabinet. 1 Quote Link to comment Share on other sites More sharing options...
Cadillac Frank Posted July 19, 2019 Share Posted July 19, 2019 Hey, I have kind of a dumb question. Is it possible to do the opposite? I'm on kind of a tight budget and am wondering if it's possible to set up a USB volume knob to be recognized as an arcade spinner controller in RetroPie? Quote Link to comment Share on other sites More sharing options...
DOS76 Posted July 19, 2019 Share Posted July 19, 2019 I've researched the same thing a little and from what is out there I don't believe they will do what you want they will only control audio. Quote Link to comment Share on other sites More sharing options...
Light Sock Posted February 12, 2021 Share Posted February 12, 2021 Here's a fix to launch CabVol minimized to system tray if you have shelled bigbox.exe or any other frontend. This will work without explorer.exe running. 1- Create a shortcut of CabVol.exe 2- Create a .bat file with this code %comspec% /c start "" /min "C:\LaunchBox\ThirdParty\CabVol\CabVol.lnk" 3- Create a .vbs file with this code Dim WinScriptHost Set WinScriptHost = CreateObject("WScript.Shell") WinScriptHost.Run Chr(34) & "C:\LaunchBox\ThirdParty\CabVol\CabVol.bat" & Chr(34), 0 Set WinScriptHost = Nothing 4- Create an automated task in the Windows Task Scheduler to run your .vbs script. This is the only way to get CabVol launching minimized to system tray from the task scheduler. Task Scheduler doesn't let you launch a shortcut ".lnk" file with the minimized option. Task Scheduler doesn't hide a cmd prompt in case you're asking why the .vbx script file. Hope this helps someone out there, I've spent few hours on that one! 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.