GithubHelp home page GithubHelp logo

jpwhiting / svox-pico Goto Github PK

View Code? Open in Web Editor NEW
10.0 2.0 0.0 35.41 MB

Android svox-pico tts modified to build on linux

License: Other

C++ 4.73% C 90.36% Shell 0.91% Perl 1.08% Python 2.80% Meson 0.12%

svox-pico's Introduction

Pico TTS

Text to speech voice synthesizer from SVox, included in Android AOSP.

Updated to improve building on linux and trying to fix licensing issues soon. Lingware binary files are generated from pico_resources source text files, but use binary windows only executables. Hopefully that can get remedied by creating new sources for the tools.

Build and install in Linux

Configure & build:

meson setup --prefix=/usr builddir
cd builddir
ninja

Install (this install files to /usr/bin, /usr/include, /usr/lib and /usr/share/pico):

ninja install

Note: To build with debugging use:

meson setup --prefix=/usr -Dc_args=-DPICO_DEBUG builddir

Libttspico api documentation

There's now automatically generated libttspico api documentation generated from main branch.

Find it here: https://jpwhiting.github.io/svox-pico/index.html

Usage

pico2wave -l LANG -w OUT_WAV_FILE "text you want to synthesize"
paplay OUT_WAV_FILE
rm OUT_WAV_FILE

Languages can be: en-EN, en-GB, es-ES, de-DE, fr-FR, it-IT

Output file must be .wav

License

License Apache-2.0 (see COPYING)

svox-pico's People

Contributors

chih-hung avatar chrisdearman avatar cwhuang avatar danalbert avatar danw avatar davidben avatar digit-android avatar enh-google avatar fyin1 avatar gkasten avatar jmtrivi avatar jpwhiting avatar kruton avatar loganchien avatar narayank avatar onoratoj avatar roozbehp avatar rubenbrunk avatar sathieu avatar smore-lore avatar thestinger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

svox-pico's Issues

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.