Skip to main content
  1. Blog/

Bored, So I Coded Up My Own Voice Clone

·1 min
Author
Chengyu
I’m Chengyu — a final-year Computer Science student at the University of Sydney. I write about the things I build and break, plus hiking, travel, gaming, and gadgets.

Today I tried out an open-source voice cloning project just to see how good the results would be.

Deploying this open-source project turned out to be pretty simple — it runs fine on a consumer-grade GPU. The voice cloning results were better than I expected going in.

The voice cloning project running

Saturday morning, I went ahead and wired this feature together with my document-editing pipeline, so that a document with text and images gets automatically turned into a video. That means whenever I publish a new blog post, a short video gets generated for it automatically at the same time.

Text-and-image documents turning into video automatically

There’s obviously still some rough edges to polish, but I’m treating that as part of the fun.

A look at the generated output

Related