A fork of https://github.com/r9y9/sinsy

Tobias Platen 036c33a30a get espeak to sing again using python script - demo on bandcamp пре 2 година
.github ac787bb64a Add C++ CI пре 4 година
debian 99ee1fd141 update debian changelog пре 3 година
src 036c33a30a get espeak to sing again using python script - demo on bandcamp пре 2 година
test d9843946a3 oto.ini support for espeak пре 3 година
.gitignore 3bfa25502e Fix gitignore for cmake пре 4 година
CMakeLists.txt 84b0fc28cc fix build on manjaro, set mbrolasing to false пре 2 година
README.md 038d243869 Add installtion guide пре 4 година

README.md

Sinsy

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.

Installation

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

Changes

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

References