|
2 | 2 |
|
3 | 3 | **aeneas** is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment).
|
4 | 4 |
|
5 |
| -* Version: 1.7.1 |
6 |
| -* Date: 2016-12-21 |
| 5 | +* Version: 1.7.2 |
| 6 | +* Date: 2017-03-03 |
7 | 7 | * Developed by: [ReadBeyond](http://www.readbeyond.it/)
|
8 | 8 | * Lead Developer: [Alberto Pettarin](http://www.albertopettarin.it/)
|
9 | 9 | * License: the GNU Affero General Public License Version 3 (AGPL v3)
|
@@ -60,7 +60,7 @@ in several formats, depending on its application:
|
60 | 60 | ### System Requirements
|
61 | 61 |
|
62 | 62 | 1. a reasonably recent machine (recommended 4 GB RAM, 2 GHz 64bit CPU)
|
63 |
| -2. [Python](https://python.org/) 2.7 (Linux, OS X, Windows) or 3.4 or later (Linux, OS X) |
| 63 | +2. [Python](https://python.org/) 2.7 (Linux, OS X, Windows) or 3.5 or later (Linux, OS X) |
64 | 64 | 3. [FFmpeg](https://www.ffmpeg.org/)
|
65 | 65 | 4. [eSpeak](http://espeak.sourceforge.net/)
|
66 | 66 | 5. Python packages `BeautifulSoup4`, `lxml`, and `numpy`
|
@@ -235,7 +235,7 @@ which explains how to use the built-in command line tools.
|
235 | 235 | * Output sync map formats: AUD, CSV, EAF, JSON, SMIL, SRT, SSV, SUB, TEXTGRID, TSV, TTML, TXT, VTT, XML
|
236 | 236 | * Confirmed working on 38 languages: AFR, ARA, BUL, CAT, CYM, CES, DAN, DEU, ELL, ENG, EPO, EST, FAS, FIN, FRA, GLE, GRC, HRV, HUN, ISL, ITA, JPN, LAT, LAV, LIT, NLD, NOR, RON, RUS, POL, POR, SLK, SPA, SRP, SWA, SWE, TUR, UKR
|
237 | 237 | * MFCC and DTW computed via Python C extensions to reduce the processing time
|
238 |
| -* Several built-in TTS engine wrappers: AWS Polly TTS API, eSpeak (default), eSpeak-ng, Festival, Nuance TTS API |
| 238 | +* Several built-in TTS engine wrappers: AWS Polly TTS API, eSpeak (default), eSpeak-ng, Festival, MacOS (via say), Nuance TTS API |
239 | 239 | * Default TTS (eSpeak) called via a Python C extension for fast audio synthesis
|
240 | 240 | * Possibility of running a custom, user-provided TTS engine Python wrapper (e.g., included example for speect)
|
241 | 241 | * Batch processing of multiple audio/text pairs
|
@@ -316,7 +316,7 @@ No copy rights were harmed in the making of this project.
|
316 | 316 |
|
317 | 317 | * **April 2016**: the Fruch Foundation kindly sponsored the development and documentation of v1.5.0
|
318 | 318 |
|
319 |
| -* **December 2016**: the [Centro Internazionale Del Libro Parlato "Adriano Sernagiotto"](http://www.libroparlato.org/) (Feltre, Italy) partially sponsored the development of v1.7.0 |
| 319 | +* **December 2016**: the [Centro Internazionale Del Libro Parlato "Adriano Sernagiotto"](http://www.libroparlato.org/) (Feltre, Italy) partially sponsored the development of v1.7.0, v1.7.1, and v1.7.2 |
320 | 320 |
|
321 | 321 | ### Supporting
|
322 | 322 |
|
@@ -379,10 +379,9 @@ HTML/JS code for fine tuning sync maps in the browser.
|
379 | 379 | **Willem van der Walt** contributed the code snippet
|
380 | 380 | to output a sync map in TextGrid format.
|
381 | 381 |
|
| 382 | +**Chris Vaughn** contributed the MacOS TTS wrapper. |
| 383 | +
|
382 | 384 | All the mighty
|
383 | 385 | [GitHub contributors](https://github.com/readbeyond/aeneas/graphs/contributors),
|
384 | 386 | and the members of the
|
385 | 387 | [Google Group](https://groups.google.com/d/forum/aeneas-forced-alignment).
|
386 |
| -
|
387 |
| -
|
388 |
| -
|
0 commit comments