Skip to content

Releases: readbeyond/aeneas

aeneas v1.7.3

16 Mar 12:50
Compare
Choose a tag to compare
  • Fixed bug #168 and added a regression test for it
  • Added option -f, --full to aeneas.tools.read_audio and tests for it

aeneas v1.7.2

03 Mar 13:28
Compare
Choose a tag to compare
  • 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)

aeneas v1.7.1

21 Dec 08:07
Compare
Choose a tag to compare
  • Fix bug #151
  • Downgraded requirement lxml to 3.6.0
  • Changed default voice for Festival wrapper to eng-USA

aeneas v1.7.0

07 Dec 08:37
Compare
Choose a tag to compare
  • 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

aeneas v1.6.0.1

30 Sep 08:58
Compare
Choose a tag to compare

Fix bug in Nuance TTS wrapper

aeneas v1.6.0

26 Sep 07:03
Compare
Choose a tag to compare
  • 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

aeneas v1.5.1.0

25 Jul 05:59
Compare
Choose a tag to compare
  • 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)

aeneas v1.5.0.3

23 Apr 09:48
Compare
Choose a tag to compare

Fix issue with float being returned in sd instead of TimeValue

aeneas v1.5.0.2

09 Apr 08:55
Compare
Choose a tag to compare

Fix issue with index in dtw

aeneas v1.5.0.1

03 Apr 08:51
Compare
Choose a tag to compare

Fix issue with symlinks in Windows