|
1 | | -# aeneas |
| 1 | +# aeneas |
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.0 |
6 | | -* Date: 2016-12-07 |
| 5 | +* Version: 1.7.1 |
| 6 | +* Date: 2016-12-21 |
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) |
10 | 10 | |
11 | 11 | * Quick Links: [Home](http://www.readbeyond.it/aeneas/) - [GitHub](https://github.com/readbeyond/aeneas/) - [PyPI](https://pypi.python.org/pypi/aeneas/) - [Docs](http://www.readbeyond.it/aeneas/docs/) - [Tutorial](http://www.readbeyond.it/aeneas/docs/clitutorial.html) - [Benchmark](https://readbeyond.github.io/aeneas-benchmark/) - [Mailing List](https://groups.google.com/d/forum/aeneas-forced-alignment) - [Web App](http://aeneasweb.org) |
12 | 12 |
|
13 | | - |
| 13 | + |
14 | 14 | ## Goal |
15 | 15 |
|
16 | 16 | **aeneas** automatically generates a **synchronization map** |
@@ -109,7 +109,7 @@ The generic OS-independent procedure is simple: |
109 | 109 | `espeak`, `ffmpeg`, `ffprobe`, `pip`, and `python` |
110 | 110 |
|
111 | 111 | 3. First install `numpy` with `pip` and then `aeneas` (this order is important): |
112 | | - |
| 112 | + |
113 | 113 | ```bash |
114 | 114 | pip install numpy |
115 | 115 | pip install aeneas |
@@ -185,7 +185,7 @@ The generic OS-independent procedure is simple: |
185 | 185 | ```bash |
186 | 186 | python -m aeneas.tools.execute_job job.zip output_directory |
187 | 187 | ``` |
188 | | - |
| 188 | +
|
189 | 189 | File `job.zip` should contain a `config.txt` or `config.xml` |
190 | 190 | configuration file, providing **aeneas** |
191 | 191 | with all the information needed to parse the input assets |
@@ -251,7 +251,7 @@ which explains how to use the built-in command line tools. |
251 | 251 | * Extensive test suite including 1,200+ unit/integration/performance tests, that run and must pass before each release |
252 | 252 |
|
253 | 253 |
|
254 | | -## Limitations and Missing Features |
| 254 | +## Limitations and Missing Features |
255 | 255 |
|
256 | 256 | * Audio should match the text: large portions of spurious text or audio might produce a wrong sync map |
257 | 257 | * Audio is assumed to be spoken: not suitable for song captioning, YMMV for CC applications |
@@ -304,7 +304,7 @@ No copy rights were harmed in the making of this project. |
304 | 304 |
|
305 | 305 | ## Supporting and Contributing |
306 | 306 |
|
307 | | -### Sponsors |
| 307 | +### Sponsors |
308 | 308 |
|
309 | 309 | * **July 2015**: [Michele Gianella](https://plus.google.com/+michelegianella/about) generously supported the development of the boundary adjustment code (v1.0.4) |
310 | 310 |
|
|
0 commit comments