AudioSwitcher.AudioApi.CoreAudio
4.0.0-alpha5
Install-Package AudioSwitcher.AudioApi.CoreAudio -Version 4.0.0-alpha5
dotnet add package AudioSwitcher.AudioApi.CoreAudio --version 4.0.0-alpha5
<PackageReference Include="AudioSwitcher.AudioApi.CoreAudio" Version="4.0.0-alpha5" />
paket add AudioSwitcher.AudioApi.CoreAudio --version 4.0.0-alpha5
#r "nuget: AudioSwitcher.AudioApi.CoreAudio, 4.0.0-alpha5"
// Install AudioSwitcher.AudioApi.CoreAudio as a Cake Addin
#addin nuget:?package=AudioSwitcher.AudioApi.CoreAudio&version=4.0.0-alpha5&prerelease
// Install AudioSwitcher.AudioApi.CoreAudio as a Cake Tool
#tool nuget:?package=AudioSwitcher.AudioApi.CoreAudio&version=4.0.0-alpha5&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 | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
.NETFramework 4.0
- AudioSwitcher.AudioApi (>= 4.0.0-alpha5)
- Microsoft.Bcl.Async (>= 1.0.168)
-
.NETFramework 4.5
- AudioSwitcher.AudioApi (>= 4.0.0-alpha5)
-
All Frameworks
- No dependencies.
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 (4)
Showing the top 4 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
|
|
ADeltaX/AudioFlyout
Replace the Volume/SMTC UI with a custom one. Only for Windows 10 17763+
|
Version | Downloads | Last updated |
---|---|---|
4.0.0-alpha5 | 16,987 | 10/6/2016 |
4.0.0-alpha3 | 758 | 9/29/2016 |
4.0.0-alpha2 | 760 | 7/20/2016 |
4.0.0-alpha1 | 1,017 | 3/2/2016 |
3.1.0-beta4 | 1,061 | 2/18/2016 |
3.1.0-beta3 | 768 | 2/17/2016 |
3.1.0-beta2 | 781 | 2/16/2016 |
3.1.0-beta1 | 767 | 2/16/2016 |
3.0.0.1 | 64,845 | 1/12/2016 |
3.0.0-beta8 | 859 | 12/26/2015 |
3.0.0-beta7 | 845 | 12/11/2015 |
3.0.0-beta5 | 886 | 12/10/2015 |
3.0.0-beta4 | 769 | 12/9/2015 |
3.0.0-beta3 | 1,046 | 11/30/2015 |
3.0.0-beta1 | 864 | 11/16/2015 |
1.7.0 | 2,222 | 6/8/2015 |
1.6.5 | 1,092 | 4/29/2015 |
1.6.4 | 1,137 | 4/14/2015 |
1.6.2 | 1,199 | 3/16/2015 |
1.6.1 | 1,229 | 3/1/2015 |
1.5.3 | 1,002 | 1/25/2015 |
1.4.0-beta1 | 1,303 | 12/14/2014 |
1.3.2 | 1,492 | 12/8/2014 |
1.2.2 | 1,368 | 11/23/2014 |
1.2.1 | 1,330 | 11/22/2014 |
1.2.0 | 1,332 | 11/22/2014 |
1.1.8 | 1,482 | 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