AudioSwitcher.AudioApi.CoreAudio 4.0.0-alpha5

This is a prerelease version of AudioSwitcher.AudioApi.CoreAudio.
dotnet add package AudioSwitcher.AudioApi.CoreAudio --version 4.0.0-alpha5
                    
NuGet\Install-Package AudioSwitcher.AudioApi.CoreAudio -Version 4.0.0-alpha5
                    
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.CoreAudio" Version="4.0.0-alpha5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AudioSwitcher.AudioApi.CoreAudio" Version="4.0.0-alpha5" />
                    
Directory.Packages.props
<PackageReference Include="AudioSwitcher.AudioApi.CoreAudio" />
                    
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.CoreAudio --version 4.0.0-alpha5
                    
#r "nuget: AudioSwitcher.AudioApi.CoreAudio, 4.0.0-alpha5"
                    
#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.
#addin nuget:?package=AudioSwitcher.AudioApi.CoreAudio&version=4.0.0-alpha5&prerelease
                    
Install AudioSwitcher.AudioApi.CoreAudio as a Cake Addin
#tool nuget:?package=AudioSwitcher.AudioApi.CoreAudio&version=4.0.0-alpha5&prerelease
                    
Install AudioSwitcher.AudioApi.CoreAudio as a Cake Tool

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.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  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.

NuGet packages (3)

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

Package Downloads
VL.CoreLib.Windows

Windows specific VL CoreLib

Matrixden.Utils

Matrixden.Utils

Matrixden.SwissArmyKnives

A library for extending .net object.

GitHub repositories (6)

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

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 45,248 10/6/2016
4.0.0-alpha3 1,087 9/29/2016
4.0.0-alpha2 1,066 7/20/2016
4.0.0-alpha1 1,344 3/2/2016
3.1.0-beta4 1,632 2/18/2016
3.1.0-beta3 1,059 2/17/2016
3.1.0-beta2 1,061 2/16/2016
3.1.0-beta1 1,064 2/16/2016
3.0.3 20,952 5/20/2023
3.0.3-beta2 159 5/20/2023
3.0.0.1 104,380 1/12/2016
3.0.0-beta8 1,232 12/26/2015
3.0.0-beta7 1,211 12/11/2015
3.0.0-beta5 1,258 12/10/2015
3.0.0-beta4 1,063 12/9/2015
3.0.0-beta3 1,333 11/30/2015
3.0.0-beta1 1,152 11/16/2015
1.7.0 2,934 6/8/2015
1.6.5 1,563 4/29/2015
1.6.4 1,657 4/14/2015
1.6.2 1,754 3/16/2015
1.6.1 1,686 3/1/2015
1.5.3 1,465 1/25/2015
1.4.0-beta1 1,561 12/14/2014
1.3.2 1,953 12/8/2014
1.2.2 1,806 11/23/2014
1.2.1 1,774 11/22/2014
1.2.0 3,529 11/22/2014
1.1.8 1,964 11/20/2014

- Natural async/await
- (most) device functions are now fully driven from the system, contributing to proper async behaviour
- Session Controller is now lazy, so it won't load until requested
- fixed race conditions and optimized thread blocking
- device capability support
- slimmed down a few functions