Giter VIP home page Giter VIP logo

despeect's Introduction

Despeect

Build Status

A GUI and debugging tool for the Speect TTS library.

Introduction

What is DeSpeect?

DeSpeect is a graphical interface for Speect [Meraka Institute (2008-2013)], a library for the creation of vocal synthesis systems, which facilitates the inspection of its internal state during its execution and the writing of tests for its functionality.

References

Getting Started

Prerequisites

Speect Prerequisites

  • git (minimum version 2.14.1)
  • curl ( minimum version 7.55.1)
  • ANSI C/ISO C90 GCC compiler (minimum version 5.0)
  • CMAKE (minimum version 2.8)
  • SWIG (minimum Version 3.0.10)
  • libxml2-dev (minimum version 2.9.4)
  • python-dev (minimum version 2.7.14)

Despeect Prerequisites

  • Unix / Unix-like OS (DeSpeect has only been tested on Ubuntu 16.04 LTS)
  • CMAKE (minimum version 2.8)
  • ANSI C/ISO C90 GCC compiler (minimum version 7.0)
  • Qt 5.9.0

Installing

You can run DeSpeect in two different ways, according to your needs:

  1. Developer build
  • Clone or download the repository
  • Execute the build.sh script in the root directory

This will install Speect, create a build for DeSpeect in DeSpeect/build/ and run the related tests.

  1. User build
  • Clone or download the repository
  • Execute the Installer.sh script in the root directory
  • Select a destination folder for the installation

This will install Speect and create a build for DeSpeect, without running any test.

Running the tests

The tests for DeSpeect are implemented through the Google Test framework and they are run at every build by Travis CI. In order to run the tests locally, you need to perform a developer build which runs the tests automatically. Once you have installed the application, you can run the related tests by entering the build directory (DeSpeect/build/) and using either the ctest or unit_tests commands.

Usage

Running the application

You can run DeSpeect in two different ways, depending on how decided to install it:

  1. Developer build
  • Enter the bin directory through the DeSpeect/build/bin/ path
  • Start the application executing the main file
  1. User build
  • Enter the root install directory
  • Start the executable called DeSpeect

Example - Visualizing the graph

In order to visualize a Speect internal graph, you just need to load a .json voice file clicking on the Load Voicebutton in the main window (sample voices are stored in the SpeectInstaller/voices/ directory), and subsequently execute Speect through the Run All or Run Step button. Notice that Run All will execute all the utterance processors, while Run Step will only run the first utterance processor (see [Speect docs](http://speect.sourceforge.net/ "Speect docs" for more information). The following is a detailed sample procedure of how to visualize a graph:

  1. Start the application
  2. Click on the Load Voice button
  3. Open the file corresponding the SpeectInstaller/voices/cmu_arctic_slt/voice.json path (if you opted for a dev install) or DeSpeectInstall/Test/cmu_arctic_slt/voice.json (if you opted for a user install)
  4. Select the desired utterance processors in the homonymous sidebar
  5. Click the Run step button in order to execute the utterance processors list step by step, or click Run all in order to execute the whole list

Built with

  • Qt 5.9 LTS
  • CMAKE 2.8
  • Speect 1.1.0-69-g65f4
  • Ubuntu 16.04 LTS
  • Travis CI

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.