aeneas
Enrichment pendingaeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment)
GraphCanon updated today · GitHub synced today
Trust & integrity
Full report- Maintenance
- Dormant (749d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Personal account
- As of today · Source: github_public_v1
- Security (OSV)
- 24 low (24 low)
- As of today · Source: osv@v1
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment)
Capability facts
- Languages
- python
Source: github.language · Jul 11, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 11, 2026)
2. [Python](https://python.org/) 2.7 (Linux, OS X, Windows) or 3.5 or later (Linux, OS X)Source link
Tags
README
System Requirements, Supported Platforms and Installation
System Requirements
- a reasonably recent machine (recommended 4 GB RAM, 2 GHz 64bit CPU)
- Python 2.7 (Linux, OS X, Windows) or 3.5 or later (Linux, OS X)
- FFmpeg
- eSpeak
- Python packages
BeautifulSoup4,lxml, andnumpy - Python headers to compile the Python C/C++ extensions (optional but strongly recommended)
- A shell supporting UTF-8 (optional but strongly recommended)
Installation
All-in-one installers are available for Mac OS X and Windows, and a Bash script for deb-based Linux distributions (Debian, Ubuntu) is provided in this repository. It is also possible to download a VirtualBox+Vagrant virtual machine. Please see the INSTALL file for detailed, step-by-step installation procedures for different operating systems.
The generic OS-independent procedure is simple:
-
Make sure the following executables can be called from your shell:
espeak,ffmpeg,ffprobe,pip, andpython -
First install
numpywithpipand thenaeneas(this order is important):pip install numpy pip install aeneas -
To check whether you installed aeneas correctly, run:
python -m aeneas.diagnostics
License
aeneas is released under the terms of the GNU Affero General Public License Version 3. See the LICENSE file for details.
Licenses for third party code and files included in aeneas can be found in the licenses directory.
No copy rights were harmed in the making of this project.