BharathK333 commited on
Commit
86b9eca
·
verified ·
1 Parent(s): 3d25b52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -28,6 +28,7 @@ papers:
28
  [![Model](https://img.shields.io/badge/Model-HuggingFace-green )](https://huggingface.co/BharathK333/VoxMorph-Models)
29
  [![Paper HF](https://img.shields.io/badge/HuggingFace-Paper-red?logo=huggingface)](https://huggingface.co/papers/2601.20883)
30
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
 
31
  VoxMorph is a zero-shot framework that produces high-fidelity voice morphs from as little as five seconds of audio per subject without model retraining. The method disentangles vocal traits into prosody and timbre embeddings, enabling fine-grained interpolation of speaking style and identity. These embeddings are fused via Spherical Linear Interpolation (Slerp) and synthesized using an autoregressive language model coupled with a Conditional Flow Matching network.
32
 
33
  This repository hosts the official model checkpoints for **VoxMorph: Scalable Zero-shot Voice Identity Morphing via Disentangled Embeddings** (ICASSP 2026). It contains the checkpoint files (`s3gen.pt` and `t3_cfg.pt`) for VoxMorph, a zero-shot TTS framework built on top of Resemble AI's frozen Chatterbox-TTS backbone.
 
28
  [![Model](https://img.shields.io/badge/Model-HuggingFace-green )](https://huggingface.co/BharathK333/VoxMorph-Models)
29
  [![Paper HF](https://img.shields.io/badge/HuggingFace-Paper-red?logo=huggingface)](https://huggingface.co/papers/2601.20883)
30
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
31
+
32
  VoxMorph is a zero-shot framework that produces high-fidelity voice morphs from as little as five seconds of audio per subject without model retraining. The method disentangles vocal traits into prosody and timbre embeddings, enabling fine-grained interpolation of speaking style and identity. These embeddings are fused via Spherical Linear Interpolation (Slerp) and synthesized using an autoregressive language model coupled with a Conditional Flow Matching network.
33
 
34
  This repository hosts the official model checkpoints for **VoxMorph: Scalable Zero-shot Voice Identity Morphing via Disentangled Embeddings** (ICASSP 2026). It contains the checkpoint files (`s3gen.pt` and `t3_cfg.pt`) for VoxMorph, a zero-shot TTS framework built on top of Resemble AI's frozen Chatterbox-TTS backbone.