tryAGI.RealtimeAvatar.Abstractions 0.0.0-dev.3

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

tryAGI.RealtimeAvatar.Abstractions

NuGet CI

Shared abstractions for realtime avatar streaming providers in .NET.

Installation

dotnet add package tryAGI.RealtimeAvatar.Abstractions

Interface

using tryAGI.RealtimeAvatar;

IRealtimeAvatarClient avatar = /* provider-specific adapter */;

// Send text or audio
await avatar.SendTextAsync("Hello!");
await avatar.SendAudioAsync(pcm16Bytes);

// Receive video/audio frames
await foreach (var frame in avatar.ReceiveVideoFramesAsync())
{
    // frame.Data, frame.Codec, frame.Timestamp
}

Implementations

SDK Adapter Transport
D-ID DIdRealtimeAvatarClient WebRTC (SIPSorcery)
Simli SimliRealtimeAvatarClient WebSocket + WebRTC

License

MIT

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

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
0.0.0-dev.19 43 4/11/2026
0.0.0-dev.17 37 4/11/2026
0.0.0-dev.16 35 4/11/2026
0.0.0-dev.14 58 4/11/2026
0.0.0-dev.13 34 4/11/2026
0.0.0-dev.12 39 4/11/2026
0.0.0-dev.11 34 4/11/2026
0.0.0-dev.10 38 4/11/2026
0.0.0-dev.9 54 4/8/2026
0.0.0-dev.8 39 4/8/2026
0.0.0-dev.7 39 4/8/2026
0.0.0-dev.6 33 4/8/2026
0.0.0-dev.5 38 4/8/2026
0.0.0-dev.4 36 4/8/2026
0.0.0-dev.3 42 4/8/2026