robertfsegal / youka-desktop

Generate karaoke for any song in any language

Home Page:https://www.youka.club/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Youka

Generate karaoke for any song in any language

Home Watch

Getting Started

$ git clone https://github.com/youkaclub/youka-desktop.git
$ cd youka-desktop
$ npm install
$ npm start

How it works

  • Search on YouTube using youka@youtube
  • Search lyrics using youka@lyrics
  • Download video using ytdl-core
  • Split vocals from instruments using spleeter
  • Align vocals to lyrics using private API (the hardest part)
  • Create 3 videos (instruments only, vocals only, original video) using FFmpeg
  • Show you the results using Plyr

If you distribute a copy or make a fork of the project, you have to credit this project as the source.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.


Copyright © 2020 Youka Project - Released under the GPL v3 license.

About

Generate karaoke for any song in any language

https://www.youka.club/

License:Other


Languages

Language:JavaScript 97.2%Language:CSS 2.1%Language:HTML 0.7%