All Versions
10
Latest Version
Avg Release Cycle
40 days
Latest Release
2737 days ago
Changelog History
Changelog History
-
v1.7.3 Changes
March 16, 2017- ๐ Fixed bug #168 and added a regression test for it
- โ Added option
-f, --full
toaeneas.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
, usingyoutube-dl
directly (#159) - Added retry mechanism to
Downloader
, includingDOWNLOADER_SLEEP
andDOWNLOADER_RETRY_ATTEMPTS
inRuntimeConfiguration
- ๐ 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