AudioSwitcher.AudioApi.CoreAudio
4.0.0-alpha3
See the version list below for details.
dotnet add package AudioSwitcher.AudioApi.CoreAudio --version 4.0.0-alpha3
NuGet\Install-Package AudioSwitcher.AudioApi.CoreAudio -Version 4.0.0-alpha3
<PackageReference Include="AudioSwitcher.AudioApi.CoreAudio" Version="4.0.0-alpha3" />
paket add AudioSwitcher.AudioApi.CoreAudio --version 4.0.0-alpha3
#r "nuget: AudioSwitcher.AudioApi.CoreAudio, 4.0.0-alpha3"
// Install AudioSwitcher.AudioApi.CoreAudio as a Cake Addin
#addin nuget:?package=AudioSwitcher.AudioApi.CoreAudio&version=4.0.0-alpha3&prerelease
// Install AudioSwitcher.AudioApi.CoreAudio as a Cake Tool
#tool nuget:?package=AudioSwitcher.AudioApi.CoreAudio&version=4.0.0-alpha3&prerelease
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 | Versions |
---|---|
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
.NETFramework 4.5.2
- AudioSwitcher.AudioApi (>= 4.0.0-alpha2)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on AudioSwitcher.AudioApi.CoreAudio:
Package | Downloads |
---|---|
VL.CoreLib
The VL core node library. |
|
Matrixden.Utils
Matrixden.Utils |
|
AcaiBerii.Rainbow
Extremely simple utilities that control console, volume, memory, web, and files. |
|
Matrixden.SwissArmyKnives
Matrixden.SwissArmyKnives |
GitHub repositories (7)
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
|
|
terrymacdonald/DisplayMagician
DisplayMagician is an open source tool for automatically configuring your displays and sound for a game or application from a single Windows Shortcut.
|
|
JamesCJ60/Universal-x86-Tuning-Utility
Unlock the full potential of your Intel/AMD based device.
|
Version | Downloads | Last updated |
---|---|---|
4.0.0-alpha5 | 21,252 | 10/6/2016 |
4.0.0-alpha3 | 823 | 9/29/2016 |
4.0.0-alpha2 | 820 | 7/20/2016 |
4.0.0-alpha1 | 1,094 | 3/2/2016 |
3.1.0-beta4 | 1,163 | 2/18/2016 |
3.1.0-beta3 | 824 | 2/17/2016 |
3.1.0-beta2 | 837 | 2/16/2016 |
3.1.0-beta1 | 822 | 2/16/2016 |
3.0.0.1 | 75,525 | 1/12/2016 |
3.0.0-beta8 | 932 | 12/26/2015 |
3.0.0-beta7 | 914 | 12/11/2015 |
3.0.0-beta5 | 952 | 12/10/2015 |
3.0.0-beta4 | 827 | 12/9/2015 |
3.0.0-beta3 | 1,106 | 11/30/2015 |
3.0.0-beta1 | 931 | 11/16/2015 |
1.7.0 | 2,414 | 6/8/2015 |
1.6.5 | 1,264 | 4/29/2015 |
1.6.4 | 1,299 | 4/14/2015 |
1.6.2 | 1,369 | 3/16/2015 |
1.6.1 | 1,386 | 3/1/2015 |
1.5.3 | 1,161 | 1/25/2015 |
1.4.0-beta1 | 1,362 | 12/14/2014 |
1.3.2 | 1,673 | 12/8/2014 |
1.2.2 | 1,521 | 11/23/2014 |
1.2.1 | 1,492 | 11/22/2014 |
1.2.0 | 1,486 | 11/22/2014 |
1.1.8 | 1,643 | 11/20/2014 |
- net452
- 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