Git Product home page Git Product logo

arduino-flite's Introduction

Flite: a small speech synthesis engine library for Arduino

Flite (festival-lite) is a small, fast run-time open source text to speech synthesis engine developed at Carnegie Mellon University (CMU) and primarily designed for small embedded machines and/or large servers. Flite is designed as an alternative text to speech synthesis engine to Festival for voices built using the FestVox suite of voice building tools.

I created this project with the intention to provide Flite as Arduino Library which supports different output alternatives:

Installation

You can download the library as zip and call include Library -> zip library. Or you can git clone this project into the Arduino libraries folder e.g. with

cd  ~/Documents/Arduino/libraries
git clone pschatzmann/arduino-flite.git

Documentation

Here is the generated Class documentation for the Arduino API. Further information on Flite can be found in the FLITE.md

Output Format

The generated output format is usually as follows

Parameter Value
bits_per_sample 16
channels 1
sample_rate 8000

Memory Requirements

The memory requirements depend very much on the selected voice. Currently the minimal voice is cmu_us_kal:

voice Progmem Dynamic Memory
cmu_us_kal 2.34M 16632

The requirements have been determined by compiling the project for an ESP32. Please note that all voices are exeeding the possibilities of most microcontrollers, so this project project is of limited value and I try to find some better alternatives.

Licence

see COPYING

arduino-flite's People

Contributors

pschatzmann avatar pummelo65 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.