Releases: readbeyond/aeneas
Releases · readbeyond/aeneas
aeneas v1.7.3
- Fixed bug #168 and added a regression test for it
- Added option
-f, --full
toaeneas.tools.read_audio
and tests for it
aeneas v1.7.2
- 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)
aeneas v1.7.1
- Fix bug #151
- Downgraded requirement lxml to 3.6.0
- Changed default voice for Festival wrapper to eng-USA
aeneas v1.7.0
- 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
Fix bug in Nuance TTS wrapper
aeneas v1.6.0
- 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
cew
for Linux, Mac OS X, and WindowsPyInstaller
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
Fix issue with float being returned in sd instead of TimeValue
aeneas v1.5.0.2
Fix issue with index in dtw
aeneas v1.5.0.1
Fix issue with symlinks in Windows