A .NET class library for handling audio on a Windows PC for use with the SipLib class library
$ dotnet add package SipLib.Audio.WindowsThis class library contains classes that provide the following functionality for using audio in SIP calls on a Windows computer.
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.
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.
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.
This project has direct dependencies on the following NuGet packages.