Skip to main content

Quick Start

SPAvatarKit is a high-performance Android digital avatar rendering SDK that provides real-time rendering and audio-driven capabilities.

Get Started

5-minute quick integration guide to add avatar capabilities to your app.

Core Features

High-Performance Rendering

Vulkan-based hardware-accelerated rendering with 60fps smooth experience

Real-Time Driving

Audio-driven real-time lip sync with server-returned animation data

Easy Integration

Support for Gradle dependency management, one-click integration

Vulkan Rendering

Native Vulkan rendering backend for optimal performance on Android devices

Technical Specifications

ItemSpecification
Platform SupportAndroid
Development LanguageKotlin / Java
Minimum Android VersionAndroid 7.0 (API 24+)
Rendering BackendVulkan
Build SystemGradle
Minimum Gradle Version7.0+

Integration Methods

Gradle

dependencies {
    implementation 'ai.spatialwalk:avatarkit:1.0.0'
}

Maven

<dependency>
    <groupId>ai.spatialwalk</groupId>
    <artifactId>avatarkit</artifactId>
    <version>1.0.0</version>
</dependency>

Development Guide

Version Information

1.0.0 (2025-01-31)

View complete version update notes