Skip to content
/ sinsy Public

A fork of sinsy: HMM/DNN-based singing voice synthesis system

Notifications You must be signed in to change notification settings

r9y9/sinsy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sinsy

C/C++ CI

A fork of sinsy: http://sinsy.sourceforge.net/

Why?

Wanted to fork it with git.

To preserve the commit history, the repository was initialized by the following command:

git svn clone https://svn.code.sf.net/p/sinsy/code-0/ --no-metadata --authors-file=authors.txt sinsy

Subsequent improvements will be done in the git repository as needed.

See src/README for the original README.

Requirements

Installation

cd src
mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON  ..
make -j
sudo make install

See the complete setup in https://github.com/r9y9/sinsy/blob/master/.github/workflows/ccpp.yaml.

Changes

  • Fixes for recent C++ compilers
  • CMake support
  • CI using Github actions

References

About

A fork of sinsy: HMM/DNN-based singing voice synthesis system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages