nassosoassos / sail_align

SailAlign is an open-source software toolkit for robust long speech-text alignment implementing an adaptive, iterative speech recognition and text alignment scheme that allows for the processing of very long (and possibly noisy) audio and is robust to transcription errors. It is mainly written as a perl library but its functionality also depends on freely available software, namely HTK, srilm and sclite.
97 stars 14 forks source link

Fatal error when running the suggested test #10

Closed nstruharova closed 2 years ago

nstruharova commented 2 years ago

Hi, I am getting this error when running the suggested test with English data:

[FATAL] (/Library/Perl/5.30/SailTools/VoiceActivityDetection.pm line 111) Unidentified VAD method

I did have to force install Math::Random with cpanm before running the test due to some test failing within the module. Do you have any pointers on how to solve this?

Thanks in advance!