@spatius/avatarkit 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,22 @@
1
+ # Changelog
2
+
3
+ ## [0.5.0] - 2026-05-14
4
+
5
+ Initial release.
6
+
7
+ ### Features
8
+ - Real-time 3D avatar rendering powered by WebGL/WebGPU + WASM.
9
+ - Streaming audio-driven animation with low-latency lip sync.
10
+ - SDK mode and host mode for the driving service.
11
+ - Animation state callbacks (idle, speaking, fallback transitions).
12
+ - Telemetry built in (PostHog).
13
+ - Vite and Next.js plugins for zero-config WASM asset handling.
14
+
15
+ ### Public API
16
+ - `AvatarSDK` – SDK lifecycle, configuration, session token, device support.
17
+ - `AvatarManager` – avatar resource loading and caching.
18
+ - `Avatar` / `AvatarView` / `AvatarController` – rendering and conversation control.
19
+ - Types: `Configuration`, `AudioFormat`, `ConnectionState`, `ConversationState`, `DrivingServiceMode`, `LogLevel`, `LoadProgressInfo`, `CameraConfig`, `PostProcessingConfig`, `AvatarError`.
20
+
21
+ ### Audio
22
+ - Mono PCM input. Supported sample rates: 8000, 16000, 22050, 24000, 32000, 44100, 48000 Hz.