Coder Social home page Coder Social logo

concat-vc's Introduction


Concat VC

A Personal Experiment in Real-Time Voice Conversion

学習が高速なリアルタイム声質変換を作ってみる個人的な実験



開発のはじめかた

Linux や WSL2 での開発を想定しています。

# Install `asdf` before you start if you haven't already.
# asdf: https://asdf-vm.com/guide/getting-started.html

# Clone this repository.
git clone https://github.com/omasakun/concat-vc.git
cd concat-vc

# Install the required tools and packages.
asdf install
pdm  install -G :all

# Now you are ready to go!
source .venv/bin/activate
python engine/hello.py

やってみたこと

Attempt 01: 単純な音声の切り貼り

変換先の音声が十分にあるなら、変換元の声の発音に近い変換先話者の音声を切り貼りするだけでもそれなりにうまく変換できるかもしれないと思ったので、試してみた。

関連する Notebook

Attempt 02: 音程によらない表現をつかう

先の Attempt 01 では、音程があっていない音声を無理やりつなげているせいでうまくいかないように見えた。

なので今度は、音程を調節してから切り貼りするようにしたら良くなるか試してみる。

→ 音程によらない表現を作るのがうまくできなかったので、ひとまず後回しにした。

Attempt 03: FragmentVC をつかう

Fragment VC がどれくらいの性能なのか、実際に確認してみる。

公式の実装があるので、それを使ってみる。

参考にしたものなど

concat-vc's People

Contributors

omasakun avatar

Stargazers

val avatar Gaurav Chauhan avatar ArEnSc avatar Justin John avatar Mojo avatar  avatar Andrew Shershnev avatar

Watchers

Justin John avatar

concat-vc's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.