Audio2Face-3D

Esta página de Soniqo documenta Audio2Face-3D tal como está implementado en speech-swift / speech-core. Los enlaces a Hugging Face aparecen debajo de las notas de integración.

Primero página interna

Las tarjetas y menús apuntan primero aquí; los enlaces al modelo fuente y a los bundles siguen disponibles en esta página.

Resumen

ModeloAudio2Face-3D
RolSpeech-to-avatar motion coefficients for downstream renderers
BackendMLX
SalidaJSONL frames: timestamp plus the full coefficient vector
IdiomasLanguage-independent, audio-driven
LicenciaNVIDIA Open Model License
EstadoReady through speech avatar-motion and the Audio2Face3D Swift product
FuenteNVIDIA Audio2Face-3D
Producto SwiftAudio2Face3D
CLI / runtimespeech avatar-motion

Uso

El fragmento siguiente refleja la API o el comando actual expuesto por speech-swift.

# 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

Enlaces del modelo

Notas de implementación