C0smin / AudioSwitcher

.NET Library which facilitates interacting with Audio Devices on Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio Switcher

.NET Library which facilitates interacting with Audio Devices on Windows

Components

Audio Api

An abstracted set of classes that can be extended to interact with any audio system. Is intended to be used across Windows/Windows RT/Windows Phone

Core Audio Api

The MMDeviceAPI integration layer. This is the low level COM library that it used to interact with Audio Devices on a PC running Windows Vista or later.

PowerShell Module

A powershell wrapper module over CoreAudioApi. Full documentation is in the README.

Scripting

Uses the Audio Api, and Jurassic to create a Javascript interpreter/engine. Enables the ability to query and alter audio devices using Javascript.

Command Line Interface

A simple CLI over the Scripting Library, which processes Javascript files, and runs them against the current system. Full documentation is in the README.

About

.NET Library which facilitates interacting with Audio Devices on Windows

License:Microsoft Public License


Languages

Language:C# 99.8%Language:Smalltalk 0.2%