Audio2Face-3D

This first-party Soniqo page documents Audio2Face-3D from the local speech-swift / speech-core implementation. Hugging Face bundles are linked below after the integration notes.

Internal Page First

Landing cards and docs menus now point here first; source model and bundle links remain available from this page.

At a Glance

ModelAudio2Face-3D
RoleSpeech-to-avatar motion coefficients for downstream renderers
BackendMLX
OutputJSONL frames: timestamp plus the full coefficient vector
LanguagesLanguage-independent, audio-driven
LicenseNVIDIA Open Model License
StatusReady through speech avatar-motion and the Audio2Face3D Swift product
SourceNVIDIA Audio2Face-3D
Swift productAudio2Face3D
CLI / runtimespeech avatar-motion

Use

The snippet below mirrors the current speech-swift API or command exposed by the repo.

# Generate avatar motion coefficients from speech audio.
.build/release/speech avatar-motion input.wav --output motion.jsonl --verbose
.build/release/speech avatar-motion input.wav \
  --model aufklarer/Audio2Face-3D-v2.3.1-Claire-MLX

Model Links

Implementation Notes