Update README.md
Browse files
README.md
CHANGED
|
@@ -28,6 +28,7 @@ papers:
|
|
| 28 |
[](https://huggingface.co/BharathK333/VoxMorph-Models)
|
| 29 |
[](https://huggingface.co/papers/2601.20883)
|
| 30 |
[](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 |
[](https://huggingface.co/BharathK333/VoxMorph-Models)
|
| 29 |
[](https://huggingface.co/papers/2601.20883)
|
| 30 |
[](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.
|