tryAGI.RealtimeAvatar.Abstractions 0.0.0-dev.19

Prefix Reserved
This is a prerelease version of tryAGI.RealtimeAvatar.Abstractions.
dotnet add package tryAGI.RealtimeAvatar.Abstractions --version 0.0.0-dev.19
                    
NuGet\Install-Package tryAGI.RealtimeAvatar.Abstractions -Version 0.0.0-dev.19
                    
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.19" />
                    
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.19" />
                    
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.19
                    
#r "nuget: tryAGI.RealtimeAvatar.Abstractions, 0.0.0-dev.19"
                    
#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.19
                    
#: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.19&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=tryAGI.RealtimeAvatar.Abstractions&version=0.0.0-dev.19&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 29 4/11/2026
0.0.0-dev.17 25 4/11/2026
0.0.0-dev.16 22 4/11/2026
0.0.0-dev.14 39 4/11/2026
0.0.0-dev.13 20 4/11/2026
0.0.0-dev.12 24 4/11/2026
0.0.0-dev.11 21 4/11/2026
0.0.0-dev.10 21 4/11/2026
0.0.0-dev.9 45 4/8/2026
0.0.0-dev.8 29 4/8/2026
0.0.0-dev.7 30 4/8/2026
0.0.0-dev.6 23 4/8/2026
0.0.0-dev.5 30 4/8/2026
0.0.0-dev.4 26 4/8/2026
0.0.0-dev.3 30 4/8/2026