Releases: nassosoassos/sail_align
Releases · nassosoassos/sail_align
SailAlign-v1.4.0
Added support for greek and non-latin character encodings. Unicode is not yet supported.
SailAlign-v1.3.1
Fixed two bugs:
- Corrected sclite-based text alignment to work with encodings other than latin. I'm not sure it works with unicode yet.
- Fixed a bug in the removal of short pauses and silences at the output of HDecode/HVite.
SailAlign-v1.3.0
- Added support for spanish, i.e., added acoustic models, lexicon, phonelist, modified SailTools to properly handle spanish characters.
- Changed version names, to follow the semantic versioning guidelines.
SailAlign-1.20
- Third release, removed dependency from the voice activity detection module, which has been found to not affect performance. The audio file is now segmented in chunks of equal length.
- Possible breaks within words are expected to be taken care of in the succeeding iterations.
- Released on github now.
- Removed the acoustic models from the release file. These are now downloaded from a website.
- Updated the README to also include information on how to cope with the possible Audio::Wav warning about ambiguous call to function. A patch is provided to correct Audio::Wav::Read.pm