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
                    
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="SipLib.Audio.Windows" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SipLib.Audio.Windows" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="SipLib.Audio.Windows" />
                    
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 SipLib.Audio.Windows --version 1.1.0
                    
#r "nuget: SipLib.Audio.Windows, 1.1.0"
                    
#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 SipLib.Audio.Windows@1.1.0
                    
#: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=SipLib.Audio.Windows&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=SipLib.Audio.Windows&version=1.1.0
                    
Install as a Cake Tool

Introduction

This class library contains classes that provide the following functionality for using audio in SIP calls on a Windows computer.

  1. Enumerate audio devices on a Windows computer.
  2. A class for capturing from a microphone.
  3. 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.

  1. Right click on a project
  2. Select Manage NuGet Packages
  3. Search for SipLib.Audio.Windows
  4. Click on Install

Dependancies

This project has direct dependencies on the following NuGet packages.

  1. NAudio (2.2.1)
  2. SipLib (0.0.4 or later)
Product Compatible and additional computed target framework versions.
.NET net9.0-windows10.0.19041 is compatible.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0-windows10.0.19041

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0 94 2/15/2026
1.0.0 167 12/6/2025

Minor change to fix audio output dropouts. See VersionHistory.md