Giter Site home page Giter Site logo

ariaevero / tts-dev-studio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rhdunn/tts-dev-studio

0.0 0.0 0.0 26 KB

A graphical editor for creating and editing Text-to-Speech language and voice files.

License: GNU General Public License v3.0

C++ 97.29% CMake 2.71%

tts-dev-studio's Introduction

TTS Developer Studio


This project is a graphical editor for creating and editing Text-to-Speech language and voice files.

Dependencies

In order to build TTS Developer Studio, you need:

  1. a functional cmake system for your platform;
  2. a functional C++ compiler that supports C++11 (e.g. gcc or clang);
  3. Qt5 Widgets and Multimedia with cmake integration.

Debian

On Debian-based systems such as Debian, Ubuntu and Mint, these dependencies can be installed using the following commands:

Dependency Install
cmake sudo apt-get install cmake
c++ compiler sudo apt-get install g++
Qt5 sudo apt-get install qtbase5-dev
Qt5 Multimedia sudo apt-get install qtmultimedia5-dev libqt5multimedia5-plugins

Windows

To build and run the application on Windows, you will need:

  1. Microsoft Visual Studio 2015 build tools (C++, Windows SDK and msbuild);
  2. cmake;
  3. Qt 5.7 or later.

Building

To build the application, run:

cmake .
make

Visual Studio

To build the 32-bits application, run:

set CMAKE_PREFIX_PATH=C:\Qt\5.8\msvc2015\lib\cmake\Qt5
cmake -G "Visual Studio 14 2015 Win32" .
msbuild /p:Platform=Win32 tts-dev-studio.sln

To build the 64-bits application, run:

set CMAKE_PREFIX_PATH=C:\Qt\5.8\msvc2015_64\lib\cmake\Qt5
cmake -G "Visual Studio 14 2015 Win64" .
msbuild /p:Platform=x86 tts-dev-studio.sln

To run tts-dev-studio, you need Qt on the system path. For example, for 64-bit builds run:

set PATH=C:\Qt\5.8\msvc2015_64\bin
src\Debug\tts-dev-studio.exe

CLion

In the File > Settings dialog, select the Build, Execution, Deployment > CMake tab and add the following to the Environment: field:

CMAKE_PREFIX_PATH=C:\Qt\5.8\msvc2015

In the Run > Edit Configurations dialog, select the tts-dev-studio tab, or any of the other applications you want to run, and add the following to the Environment variables: field:

PATH=%PATH%;C:\Qt\5.8\msvc2015\bin

Bugs

Report bugs to the tts-dev-studio issues page on GitHub.

License Information

TTS Developer Studio is released under the GPL version 3 or later license.

tts-dev-studio's People

Contributors

rhdunn avatar

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.