SIPSorceryMedia.Windows 0.0.31-pre

This is a prerelease version of SIPSorceryMedia.Windows.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SIPSorceryMedia.Windows --version 0.0.31-pre
                    
NuGet\Install-Package SIPSorceryMedia.Windows -Version 0.0.31-pre
                    
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="SIPSorceryMedia.Windows" Version="0.0.31-pre" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SIPSorceryMedia.Windows" Version="0.0.31-pre" />
                    
Directory.Packages.props
<PackageReference Include="SIPSorceryMedia.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 SIPSorceryMedia.Windows --version 0.0.31-pre
                    
#r "nuget: SIPSorceryMedia.Windows, 0.0.31-pre"
                    
#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 SIPSorceryMedia.Windows@0.0.31-pre
                    
#: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=SIPSorceryMedia.Windows&version=0.0.31-pre&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=SIPSorceryMedia.Windows&version=0.0.31-pre&prerelease
                    
Install as a Cake Tool

Provides audio and video device access for Windows for use with the main SIPSorcery real-time communications library.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SIPSorceryMedia.Windows:

Package Downloads
Missionware.Cognibase.Comm.Peer.WebRtc.Lib.Windows

The modern communication library for Cognibase that offers WebRtc Peer connectivity implementation

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on SIPSorceryMedia.Windows:

Repository Stars
sipsorcery-org/sipsorcery
A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
Version Downloads Last Updated
10.0.9 199 6/7/2026
10.0.8 329 5/23/2026
10.0.7 291 5/18/2026
10.0.6 334 4/28/2026
10.0.5 213 4/24/2026
8.0.14 6,677 6/1/2025
8.0.11 936 5/7/2025
8.0.7 4,079 1/4/2025
6.0.5 13,368 1/14/2024
6.0.4 2,453 1/14/2024
6.0.3-pre 8,210 4/10/2022
6.0.1-pre 3,248 11/27/2021
6.0.0-pre 924 11/27/2021
0.0.32-pre 5,840 11/25/2021
0.0.31-pre 34,504 1/21/2021
0.0.30-pre 1,208 12/27/2020
0.0.29-pre 501 12/26/2020
0.0.28-pre 658 12/17/2020
0.0.27-pre 10,339 11/17/2020
0.0.26-pre 605 11/17/2020
Loading failed

-v0.0.31-pre: Adjust audio playback rate dependent on selected audio format (fixes G722 playback).
-v0.0.30-pre: Updated to use latest abstractons package with change to IAudioEncoder and IVideoEncoder interfaces.
-v0.0.29-pre: Added new method to list video formats for a Windows video capture device.
-v0.0.28-pre: Removed dependency on SIPSorceryMedia.Encoders. Now using IVideoEncoder interface for more flexibility.
-v0.0.27-pre: Updated to use latest encoders package.
-v0.0.26-pre: Wired up video source raw sample event for convenient hook into locally generated video samples.
-v0.0.25-pre: Updated to use latest abstractions and encoder packages.
-v0.0.24-pre: Fixed endian issue converting microphone samples to signed PCM.
-v0.0.23-pre: Updated for SDP refactor in main library for improved audio and video format management.
-v0.0.21-pre: Updated to use latest abstractions and encoding packages.
-v0.0.20-pre: Refactored encoding functions into SIPSorceryMedia.Encoding.
-v0.0.19-pre: Added support for codec manager.
-v0.0.18-pre: Added events for video and audio source failures.
-v0.0.16-pre: Added webcam support.
-v0.0.15-pre: Initial pre-release