Menu

#410 Exception in SpeechMarker:377 with unexpected DataStartSignal

next release
closed
nobody
None
1
2015-01-31
2014-12-24
Yan Virin
No

An exception is thrown while running the LongTextAligner demo in SpeechMarker:377, as sometimes the signal is DataStartSignal.

I tested a solution in which I do the following:
else if (next instanceof DataStartSignal) {
sendToQueue(next);
continue;
} ...

And it seems to solve the problem, however not sure if this is the best way to solve this.

Discussion

  • Nickolay V. Shmyrev

    thank you for the report, we'll take a look on it.

     
  • Nickolay V. Shmyrev

    • status: open --> accepted
     
  • Nickolay V. Shmyrev

    Fixed in trunk now, thanks you for the report

     
  • Nickolay V. Shmyrev

    • status: accepted --> closed
     

Log in to post a comment.

Auth0 Logo