Giter VIP home page Giter VIP logo

espeakosx's Introduction

espeakosx

A simple Bash script to compile eSpeak on Mac OS X

  • Version: 1.0.2
  • Date: 2016-07-20
  • Developer: Alberto Pettarin (contact)
  • License: the MIT License (MIT), see LICENSE.md

Important Notes

2016-07-20: now if you brew install espeak you will get eSpeak and libespeak, as patched by Daniel Bair. See this merged PR on Homebrew. Please note that it uses the ASYNC define, instead of the patches in this repository, which seem to be unstable. In general, a more robust sem_timedwait() replacement is needed.

2016-07-06: Daniel Bair used the patches in this repository to create a brew formula to easily install eSpeak on OS X, see issue #2 for details.

2016-05-12: Jacobo Tarragón extended the patch to work with OS X 10.10 and 10.11.

2016-01-02: eSpeak is transitioning to eSpeak NG, which should solve the compilation issues in OS X, making this project (espeakosx) obsolete.

Usage

  1. Clone this repo:

    $ git clone https://github.com/pettarin/espeakosx.git
    $ cd espeakosx
  2. Download pa_stable_v19_20140130.tgz from PortAudio into the espeakosx directory.

  3. Download espeak-1.48.04-source.zip from SourceForge into the espeakosx directory. (SourceForge uses mirrors and expire parameters, so I cannot download the source ZIP directly in the compile.sh script.)

  4. Run the script, providing the PortAudio source TGZ file as the first argument, and the eSpeak source ZIP file as the second argument:

    $ bash compile.sh pa_stable_v19_20140130.tgz espeak-1.48.04-source.zip
  5. The compiled eSpeak files will be located in /tmp/espeakosx/espeak-1.48.04-source/src/.

  6. (OPTIONAL) If you installed espeak via brew (i.e., brew install espeak), you might want symlink the espeak-data directory:

    $ sudo ln -s /usr/local/share/espeak-data /usr/share/espeak-data

License

espeakosx is released under the MIT License.

espeakosx's People

Contributors

jminuscula avatar pettarin avatar

Watchers

James Cloos avatar  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.