AudioSwitcher.AudioApi 4.0.0-alpha1

This is a prerelease version of AudioSwitcher.AudioApi.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package AudioSwitcher.AudioApi --version 4.0.0-alpha1                
NuGet\Install-Package AudioSwitcher.AudioApi -Version 4.0.0-alpha1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AudioSwitcher.AudioApi" Version="4.0.0-alpha1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AudioSwitcher.AudioApi --version 4.0.0-alpha1                
#r "nuget: AudioSwitcher.AudioApi, 4.0.0-alpha1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AudioSwitcher.AudioApi as a Cake Addin
#addin nuget:?package=AudioSwitcher.AudioApi&version=4.0.0-alpha1&prerelease

// Install AudioSwitcher.AudioApi as a Cake Tool
#tool nuget:?package=AudioSwitcher.AudioApi&version=4.0.0-alpha1&prerelease                

.NET Library which facilitates interacting with Audio Devices

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on AudioSwitcher.AudioApi:

Package Downloads
AudioSwitcher.AudioApi.CoreAudio

AudioSwitcher Core Audio Api. This includes all controllers and devices to access Windows System Devices and manipulate them. This library can be used on any PC running Windows Vista and above. Supports both x86/x64 runtimes.

VL.CoreLib.Windows

Windows specific VL CoreLib

AudioSwitcher.Scripting.JavaScript

JavaScript extension that enables parsing and running of JavaScript files to perform functions of Audio Switcher.

GitHub repositories (7)

Showing the top 5 popular GitHub repositories that depend on AudioSwitcher.AudioApi:

Repository Stars
xenolightning/AudioSwitcher_v1
Version 1 of Audio Switcher
sw3103/movemouse
Move Mouse is a simple piece of software that is designed to simulate user activity.
KjetilSv/Win10As
Make your windows 10 computer IOT friendly
Anc813/MicMute
Mute default mic clicking tray icon or shortcut
ADeltaX/AudioFlyout
Replace the Volume/SMTC UI with a custom one. Only for Windows 10 17763+
Version Downloads Last updated
4.0.0-alpha5 34,630 10/6/2016
4.0.0-alpha4 1,090 10/6/2016
4.0.0-alpha2 876 9/29/2016
4.0.0-alpha1 1,202 3/2/2016
3.1.0-beta4 1,280 2/18/2016
3.1.0-beta3 894 2/17/2016
3.1.0-beta2 867 2/16/2016
3.1.0-beta1 897 2/16/2016
3.0.0 106,782 1/12/2016
3.0.0-beta8 1,062 12/25/2015
3.0.0-beta7 1,003 12/11/2015
3.0.0-beta5 1,479 12/10/2015
3.0.0-beta4 1,031 12/9/2015
3.0.0-beta3 1,159 11/30/2015
3.0.0-beta1 1,010 11/16/2015
2.3.0 2,771 6/8/2015
2.2.5 1,364 4/29/2015
2.2.4 1,256 4/14/2015
2.2.2 1,590 3/16/2015
2.2.1 1,218 3/1/2015
2.1.3 1,514 1/25/2015

- Added device capabilities to express extra functionality that is optionally available to some devices
- Proper async/await
- .net452