Skip to content

Releases: nassosoassos/sail_align

SailAlign-v1.4.0

11 Nov 18:32
Compare
Choose a tag to compare

Added support for greek and non-latin character encodings. Unicode is not yet supported.

SailAlign-v1.3.1

27 Oct 21:40
Compare
Choose a tag to compare

Fixed two bugs:

  1. Corrected sclite-based text alignment to work with encodings other than latin. I'm not sure it works with unicode yet.
  2. Fixed a bug in the removal of short pauses and silences at the output of HDecode/HVite.

SailAlign-v1.3.0

04 Sep 08:38
Compare
Choose a tag to compare
  • 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

30 Aug 14:06
Compare
Choose a tag to compare
  • 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