Skip to content
/ sinsy Public
forked from zyamusic/sinsy

Sinsy is a HMM-based singing voice synthesis system.

Notifications You must be signed in to change notification settings

Erin59/sinsy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sinsy

This is our unofficial git mirror of the source found at the official site.

Installation

git clone git@github.com:zyamusic/sinsy.git

Now change into the sinsy directory and get its submodules

cd sinsy
git submodule init
git submodule update

Now go into hts-engine and pre-build it:

cd hts-engine/src
./configure
make

You can install it too if you wish with "sudo make install". But the following instructions will work whether or not you install it. Now change into the sinsy directory and build sinsy:

cd ../../src
./configure --with-hts-engine-header-path=`realpath ../hts-engine/src/include` --with-hts-engine-library-path=`realpath ../hts-engine/src/lib`
make

If you wish, you may now install sinsy with:

sudo make install

About

Sinsy is a HMM-based singing voice synthesis system.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 74.9%
  • Makefile 18.5%
  • Shell 5.6%
  • Other 1.0%