GithubHelp home page GithubHelp logo

jobsecond / singinggadgets Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xzm2004260/singinggadgets

0.0 0.0 0.0 733 KB

Low level Python interfaces for singing synthesis and an alternative implementation of ScoreDraft

Home Page: http://scoredraft.org/

License: Other

CMake 1.90% C++ 37.60% C 1.26% Python 54.06% Cuda 5.17%

singinggadgets's Introduction

SingingGadgets

This is an refactor of ScoreDraft to address 2 weakness of ScoreDraft when considering it as a Python library:

  • PyPi Compatibility
  • Low-level Interface Exposing.

This project is consisted of 2 packages: SingingGadgets and ScoreDraft.

  • Package SingingGadgets provides low-level interfaces to the singing synthesis engine.
  • Package ScoreDraft provides highevel interfaces similar to the project ScoreDraft, based on package SingingGadgets.

For more details on the design considerations, see:

http://scoredraft.org/index.php/2018/05/27/introducing-singinggadgets/

Building with CMake

SingingGadgets can be built and deployed to an arbitary local path with CMake.

Prerequisites:

  • CMake 3.0+
  • Python3
  • CUDA (Optionally needed by the VoiceSampler module, can be disabled by setting "USE_CUDA" to false in /SingingGadgets/VoiceSampler/CMakeLists.txt)

You can simply run CMake to generate makefiles/project files for your system and build. You can set CMAKE_INSTALL_PREFIX to /Test so that the test scripts can find SingingGadgets.

PyPi Style Building/Installing

SingingGadgets is compatible with Setuptools. To build and install PyPi locally, try:

$ python3 setup.py build	
$ python3 setup.py install

Prebuilt wheels are also available from https://pypi.org/. Lastest packages are:

SingingGadgets-0.0.3-cp35-cp35m-manylinux1_x86_64.whl
SingingGadgets-0.0.3-cp36-cp36m-manylinux1_x86_64.whl
SingingGadgets-0.0.3-cp36-cp36m-win_amd64.whl
SingingGadgets-0.0.3-cp36-cp36m-macosx_10_9_x86_64.whl

If you are using a compatible system, try:

$ pip3 install SingingGadgets

limitations

  • PyPi style building currently doesn't support CUDA
  • Because SingingGadgets contains a package called exactly ScoreDraft, it will likely conflict with the one in project ScoreDraft (https://github.com/fynv/ScoreDraft). If you are using both, please consider using the CMake building approach and deploy neither of them into your Python installation directory.

Usage

See http://scoredraft.org/index.php/2018/05/30/singinggadgets-how-to-use/

License

pyTinySoundFont is available under the MIT license.

singinggadgets's People

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.