Giter Site home page Giter Site logo

audioswitch's Introduction

AudioSwitch

The AudioSwitch application lets you to switch between your audio playback devices by Ctrl+F12 hotkey. It's written in pure C++, WinAPI, and uses low-level keyboard hook to track hotkeys.

Build

In order to build this project you need to have the following set up:

  • SCons-win32 (Software Construction tool)
    SCons is a computer software construction tool that automatically analyzes source code file dependencies and operating system adaptation requirements from a software project description and generates final binary executables for installation on the target operating system platform.

  • MS Windows SDK for Windows and .NET Framework (you don't need to install this if you have Visual Studio)
    This is freeware download of command-line tools and needed libraries for C++ code compilation.

Let's suppose that you:

  • have AudioSwitch source code in c:\src\audioswitch
  • installed Windows SDK for Windows and .NET Framework to default location
  • installed SCons into default location, i.e. there is %PYTHONPATH%\Scripts\scons.bat file

Then:

  1. Being in the command prompt, change directory to your AudioSwitch source code root directory: cd c:\src\audioswitch
  2. You can start build process by invoking: %PYTHONPATH%\Scripts\scons.bat

Now compilation should start. You will get some occasional warnings (should be OK). If there is no error, and compilation ends with OK, there should be AudioSwitch.exe file.

Install

Press Win+R and run shell:startup, then copy your AudioSwitch.exe into the startup folder and it will run automatically.

audioswitch's People

Contributors

tartakynov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.