Skip to content

Is mixing voices possible? #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
odeemi opened this issue Mar 3, 2025 · 1 comment
Open

Is mixing voices possible? #15

odeemi opened this issue Mar 3, 2025 · 1 comment

Comments

@odeemi
Copy link

odeemi commented Mar 3, 2025

Hi, and thanks for this. Working great as FastAPI endpoint for voice.

Is it somehow possible to mix two different voices with each other in this MLX version?
Like:

import torch
bella = torch.load('voices/af_bella.pt', weights_only=True)
sarah = torch.load('voices/af_sarah.pt', weights_only=True)
af = torch.mean(torch.stack([bella, sarah]), dim=0)
assert torch.equal(af, torch.load('voices/af.pt', weights_only=True))
@Blaizzy
Copy link
Owner

Blaizzy commented Mar 4, 2025

My pleasure!

That's an interesting idea, I will experiment in the upcoming release or right after.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants