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

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

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