SipLib.Audio.Windows
1.1.0
dotnet add package SipLib.Audio.Windows --version 1.1.0
NuGet\Install-Package SipLib.Audio.Windows -Version 1.1.0
<PackageReference Include="SipLib.Audio.Windows" Version="1.1.0" />
<PackageVersion Include="SipLib.Audio.Windows" Version="1.1.0" />
<PackageReference Include="SipLib.Audio.Windows" />
paket add SipLib.Audio.Windows --version 1.1.0
#r "nuget: SipLib.Audio.Windows, 1.1.0"
#:package SipLib.Audio.Windows@1.1.0
#addin nuget:?package=SipLib.Audio.Windows&version=1.1.0
#tool nuget:?package=SipLib.Audio.Windows&version=1.1.0
Introduction
This class library contains classes that provide the following functionality for using audio in SIP calls on a Windows computer.
- Enumerate audio devices on a Windows computer.
- A class for capturing from a microphone.
- A class for sending audio media to the speakers or earphones.
This class library can be used with the SipLib class library to build Voice over IP (VoIP) applications requiring audio support in the Windows environment. It may be used by applications or other class libraries on Windows 10, Windows 11 or Windows Server.
Documentation
The documentation pages are located at https://phrsite.github.io/SipLib.Audio.Windows. The documentation web site includes class documentation and articles that explain the usage of the classes in this library.
Installation
This class library is available on NuGet.
To install it from the .NET CLI, type:
dotnet add package SipLib.Audio.Windows --version X.X.X
"X.X.X" is the version number of the packet to add.
To install using the NuGET Package Manager Command window, type:
NuGet\Install-Package SipLib.Audio.Windows --version X.X.X
Or, you can install it from the Visual Studio GUI.
- Right click on a project
- Select Manage NuGet Packages
- Search for SipLib.Audio.Windows
- Click on Install
Dependancies
This project has direct dependencies on the following NuGet packages.
- NAudio (2.2.1)
- SipLib (0.0.4 or later)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0-windows10.0.19041 is compatible. net10.0-windows was computed. |
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Minor change to fix audio output dropouts. See VersionHistory.md