All Versions
10
Latest Version
Avg Release Cycle
40 days
Latest Release
2591 days ago

Changelog History

  • v1.7.3 Changes

    March 16, 2017
    • ๐Ÿ›  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 Changes

    March 03, 2017
    • โž• 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 Changes

    December 21, 2016
    • ๐Ÿ›  Fix bug #151
    • โฌ‡๏ธ Downgraded requirement lxml to 3.6.0
    • ๐Ÿ”„ Changed default voice for Festival wrapper to eng-USA
  • v1.7.0 Changes

    December 07, 2016
    • 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 Changes

    September 26, 2016
    • ๐Ÿ›  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.6.0.1 Changes

    September 30, 2016

    ๐Ÿ›  Fix bug in Nuance TTS wrapper

  • v1.5.1.0 Changes

    July 25, 2016
    • ๐Ÿง 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 Changes

    April 23, 2016

    ๐Ÿ›  Fix issue with float being returned in sd instead of TimeValue

  • v1.5.0.2 Changes

    April 09, 2016

    ๐Ÿ›  Fix issue with index in dtw

  • v1.5.0.1 Changes

    April 03, 2016

    ๐Ÿ›  Fix issue with symlinks in Windows