Skip to content

YuzukiTsuru/SinsyPlus

Repository files navigation

SinsyPlus

Singing Voice Synthesis System based on Sinsy

Build status

セパレイト (Japanese):XML(UST by YoshikageFuckwad)

Please to project page listen the demo!

This script relies on the sinsy.jp website from the Nagoya Institute of Technology which implements a HMM-based Singing Voice Synthesis System.

The HMM/DNN-Based Singing Voice Syntheis System "SinsyPlus"
Version 0.0.1 (https://github.com/740291272/SinsyPlus)
Copyright (C)2009-2018 Nagoya Institute of Technology
Copyright (C)2017-2018 GloomyGhost
All rights reserved

Usage:
        SinsyPlus [infile] [Language]
                Language:
                        Japanese:ja
                        Chinese :ch
                        English :en
        Example : sinsyplus voice.xml ja

Requirements

  • musescore
  • curl
  • numpy
  • matplotlib
  • requests
  • scipy
  • urllib

For Unix User

You need to download curl before running.

sudo apt-get install curl

Reference:

https://github.com/mathigatti/midi2voice