AIHuman.SDK.WPF
1.6.1
dotnet add package AIHuman.SDK.WPF --version 1.6.1
NuGet\Install-Package AIHuman.SDK.WPF -Version 1.6.1
<PackageReference Include="AIHuman.SDK.WPF" Version="1.6.1" />
<PackageVersion Include="AIHuman.SDK.WPF" Version="1.6.1" />
<PackageReference Include="AIHuman.SDK.WPF" />
paket add AIHuman.SDK.WPF --version 1.6.1
#r "nuget: AIHuman.SDK.WPF, 1.6.1"
#:package AIHuman.SDK.WPF@1.6.1
#addin nuget:?package=AIHuman.SDK.WPF&version=1.6.1
#tool nuget:?package=AIHuman.SDK.WPF&version=1.6.1
AI Human SDK for WPF
Provides UserControl and APIs to quickly develop your own AI Human services and applications based on WPF. Provides a WPF AIPlayer implemented based on AIHuman.SDK.Core.
- DOCS: https://docs.deepbrain.io
- Auth: Here(https://aihuman.aistudios.com/aihuman/sdk), you can get the userKey required for SDK authentication.
Note ! SDK project creation is restricted for general accounts.
If you would like to test or explore the SDK, please feel free to contact us at solution@deepbrain.io to request your appId and userKey for authentication.
Requirements
AIHuman.SDK.WPF
- Supported Frameworks
- >= .NET Framework 4.6.2
- >= .NET 6.0
Dependencies
- AIHuman.SDK.Core (>= 1.6.1)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0-windows10.0.17763 is compatible. net7.0-windows was computed. net8.0-windows was computed. net9.0-windows was computed. net10.0-windows was computed. |
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- AIHuman.SDK.Core (>= 1.6.1)
- Microsoft.Web.WebView2 (>= 1.0.3351.48)
-
net6.0-windows10.0.17763
- AIHuman.SDK.Core (>= 1.6.1)
- Microsoft.Web.WebView2 (>= 1.0.3351.48)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Official support for Fast Synthesis feature.
- Official support for 3D character functionality.
- New options added for Fast Synthesis using WebView2:
BrowserExecutableFolder, UserDataFolder, and AIRenderingMode can now be configured by the user.
- Added new event: AICLIPSET_PLAY_QUEUE_ALMOST_EMPTY for Fast Synthesis and STT.
- Improved error handling and stability.