AudioSwitcher.AudioApi 4.0.0-alpha2

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-alpha2
                    
NuGet\Install-Package AudioSwitcher.AudioApi -Version 4.0.0-alpha2
                    
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-alpha2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AudioSwitcher.AudioApi" Version="4.0.0-alpha2" />
                    
Directory.Packages.props
<PackageReference Include="AudioSwitcher.AudioApi" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AudioSwitcher.AudioApi --version 4.0.0-alpha2
                    
#r "nuget: AudioSwitcher.AudioApi, 4.0.0-alpha2"
                    
#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.
#:package AudioSwitcher.AudioApi@4.0.0-alpha2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AudioSwitcher.AudioApi&version=4.0.0-alpha2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=AudioSwitcher.AudioApi&version=4.0.0-alpha2&prerelease
                    
Install as a Cake Tool

.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 (1)

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

Repository Stars
xenolightning/AudioSwitcher_v1
Version 1 of Audio Switcher
Version Downloads Last Updated
4.0.0-alpha5 48,426 10/6/2016
4.0.0-alpha4 1,341 10/6/2016
4.0.0-alpha2 1,121 9/29/2016
4.0.0-alpha1 1,447 3/2/2016
3.1.0-beta4 1,873 2/18/2016
3.1.0-beta3 1,139 2/17/2016
3.1.0-beta2 1,119 2/16/2016
3.1.0-beta1 1,146 2/16/2016
3.0.0 131,000 1/12/2016
3.0.0-beta8 1,428 12/25/2015
3.0.0-beta7 1,367 12/11/2015
3.0.0-beta5 1,845 12/10/2015
3.0.0-beta4 1,396 12/9/2015
3.0.0-beta3 1,402 11/30/2015
3.0.0-beta1 1,259 11/16/2015
2.3.0 3,304 6/8/2015
2.2.5 1,607 4/29/2015
2.2.4 1,520 4/14/2015
2.2.2 1,965 3/16/2015
2.2.1 1,483 3/1/2015
2.1.3 1,901 1/25/2015

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

BREAKING CHANGES:
- A bunch of synchronous functions have been removed