Difference between revisions of "Mixxar"

From Hackerspace ACKspace
Jump to: navigation, search
(Created page with "{{Project |Members=Computer1up, Da Syntax |Description=USB sound mixer to change app volumes within any desired OS }} Basically, an Arduino based sound controller that, in its...")
 
Line 1: Line 1:
 
{{Project
 
{{Project
 +
|State=Active
 
|Members=Computer1up, Da Syntax
 
|Members=Computer1up, Da Syntax
 
|Description=USB sound mixer to change app volumes within any desired OS
 
|Description=USB sound mixer to change app volumes within any desired OS

Revision as of 15:22, 23 October 2015

Project: Mixxar
Featured:
State Active
Members Computer1up, Da Syntax
GitHub No GitHub project defined. Add your project here.
Description USB sound mixer to change app volumes within any desired OS
Picture
No project picture! Fill in form Picture or Upload a jpeg here

Basically, an Arduino based sound controller that, in its current state, does nothing more than changing the system and app volumes within Windows, and maybe other OS'es too. The hardware side consists of an Arduino (don't know exactly which kind yet) and potentiometers. Software side is based on the Arduino IDE for serial analog output to Python, in combination with NirCMD for Windows. Linux compatibility has still to be found out however, but that shouldn't be too hard.

The goal was to not have to open volume mixer in Windows every time I want to change the volume level of individual programs, especially when running Skype, Youtube or Music and games at the same time. Windows communications sound management does not work properly, as the sound of applications is only reduced in volume if the apps start up AFTER a call has been started. This way, if you are running your apps before the call, Windows doesn't do anything to the volume level, which can be quite annoying. Changing the audio level of a certain app while in a Skype call does work, however once the call is restarted, Windows will reduce audio levels of the app, even though it has been reduced manually already.

Pictures will follow later.

The prototype is working, currently in a non-permanent setup with only one potentiometer and without any casing. My goal is to create this project with four or five meters and possibly a 3D printed case.