• Stars
    star
    235
  • Rank 165,578 (Top 4 %)
  • Language
    C#
  • License
    Microsoft Public ...
  • Created over 10 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

.NET Library which facilitates interacting with Audio Devices on Windows

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.