Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tested CCAligner #79

Closed
navimakarov opened this issue Oct 31, 2018 · 2 comments
Closed

Tested CCAligner #79

navimakarov opened this issue Oct 31, 2018 · 2 comments

Comments

@navimakarov
Copy link
Contributor

navimakarov commented Oct 31, 2018

I checked errors in CCAligner. First of all i checked if it processed right damaged files or files with wrong extension(not .wav files) and also files .wav but with wrong parameters(not those: 16 bit PCM mono sampled at 16KHz).
Then i run right file but with wrong parameters, and process was aborted with error: InvalidParameters. After all i run CCAligner with correct options and got .srt file with subtitles inside.

1.Tried to open file that doesn't exist, and then to open file that exist but with wrong extension(Error was handled)+
wrong_file

2.Tried to process file without grammar installed on my computer(Error was handled)+
right_wav_file

3.Tried to process file without right options(not those: 16 bit PCM mono sampled at 16KHz). (Error was handle)+
file_with_wrong_wav

4.Run CCAligner with wrong parameters(Error was handled)+
wrong_parameters

5.Changed manually .wav file to damage it and processed using CCAligner. I opened file with text editor and added a few symbols that mustn't be there such as random letters and numbers. After that file became damaged(There are a few noises that you can hear by playing that file). Then I got an error "Core dumped" which wasn't handled(Error wasn't handled)-
error

**Damaged file:
https://drive.google.com/open?id=1Xx8fm2louuJg_VNbW6l0Izbl5SgfgRLG

@navimakarov
Copy link
Contributor Author

I close this issue, because it was fixed in current master by pr #81

@saurabhshri
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants