Aeneas Versions Save

aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment)

v1.7.3

7 years ago
  • Fixed bug #168 and added a regression test for it
  • Added option -f, --full to aeneas.tools.read_audio and tests for it

v1.7.2

7 years ago
  • Added MacOS TTS Wrapper (courtesy of Chris Vaughn)
  • Removed dependency from pafy, using youtube-dl directly (#159)
  • Added retry mechanism to Downloader, including DOWNLOADER_SLEEP and DOWNLOADER_RETRY_ATTEMPTS in RuntimeConfiguration
  • Fixed bug #160
  • Fixed a latent bug with arbitrary shifts in aba when using the task_adjust_boundary_no_zero option
  • Fixed a latent bug in AWS Polly and Nuance wrappers
  • Updated copyright strings with 2017
  • Updated INSTALL.md to brew install from Daniel Bair's tap instead of official brew repo since they removed the formula for aeneas (#165)

v1.7.1

7 years ago
  • Fix bug #151
  • Downgraded requirement lxml to 3.6.0
  • Changed default voice for Festival wrapper to eng-USA

v1.7.0

7 years ago
  • More robust and generic reading of SRT-like files, especially WebVTT
  • Added TextGrid output format
  • Optional MFCC masking for better word-level alignment
  • In multilevel tasks, DTW margin can be specified for each level now
  • Added human-readable descriptions of parameters and languages, listable in aeneas.tools.execute_task
  • Added human-readable descriptions of runtime configuration parameters, listable by all aeneas.tool.*
  • Ability to remove long nonspeech intervals from the output sync map
  • Marked Afrikaans (afr) language as tested
  • Added AWS Polly TTS API wrapper
  • Added benchmark tests
  • Added scripts to manage virtual environments for testing
  • Fix a couple of bugs
  • Code, test, and documentation improvements

v1.6.0.1

7 years ago

Fix bug in Nuance TTS wrapper

v1.6.0

7 years ago
  • Fixed bug #102
  • Better TTS engine wrappers
  • Added eSpeak-ng TTS wrapper
  • Added caching audio files for faster synthesis
  • The TTS engine can be selected per-level (text in multilevel format)
  • Added cfw Python C++ extension for Festival (disabled by default)
  • Python C extension compilation can be disabled in setup.py via env vars
  • All Python code formatted according to PEP 8 (-E501)
  • All source files have AGPLv3 header
  • Code, test, and documentation improvements

v1.5.1.0

7 years ago
  • cew for Linux, Mac OS X, and Windows
  • PyInstaller configuration files
  • Bug fixes and other code enhancements
  • Explicitly requiring lxml v3.6.0 and BeautifulSoup4 v4.4.1 due to a change in BeautifulSoup4 v4.5.0 API (to be investigated later)

v1.5.0.3

8 years ago

Fix issue with float being returned in sd instead of TimeValue

v1.5.0.2

8 years ago

Fix issue with index in dtw

v1.5.0.1

8 years ago

Fix issue with symlinks in Windows