This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
solved-bugs [2015/02/24 08:44] mganzeboom created |
solved-bugs [2015/02/24 09:34] (current) mganzeboom |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ==== Cannot record and playback certain words in Finnish ==== | ==== Cannot record and playback certain words in Finnish ==== | ||
| - | **Date:** January 30th, 2015 | + | **Date:** January 30th, 2015\\ |
| - | **Reported by:** Finnish partners | + | **Reported by:** Finnish partners\\ |
| - | **Git revision:** | + | **Git commits: 389b15248c39467a63c038c93213af666313b89d, |
| - | **Details: | + | **Details: |
| - | In the Finnish example exercises 'Vedä kirjaimet (Drag letters) 15' some words could not be recorded and played back. For example the word LÄÄKÄRI which contains characters specific to the Scandinavian language in DigLin. The flash client would hang when such a word was recorded and the play / record button behind every word would stay disabled (while it should be reenabled after recording was stopped). | + | In the Finnish example exercises 'Vedä kirjaimet (Drag letters) 15' some words could not be recorded and played back. For example the word LÄÄKÄRI which contains characters specific to the Scandinavian language in DigLin. The flash client would hang when such a word was recorded and the play / record button behind every word would stay disabled (while it should be reenabled after recording was stopped).\\ |
| - | **Cause/ | + | **Cause/ |
| The cause of this was that the file name to which the recording is stored was not encoded in the UTF-8 codeset. Writing the recording to file on disk thus resulted in an exception after which the rest of the recognition process was aborted. No results were therefore returned to the flash client in the browser. | The cause of this was that the file name to which the recording is stored was not encoded in the UTF-8 codeset. Writing the recording to file on disk thus resulted in an exception after which the rest of the recognition process was aborted. No results were therefore returned to the flash client in the browser. | ||
| - | The code responsible for the above is in speech-processor/ | + | The code responsible for the above is in speech-processor/ |
| Additionally, | Additionally, | ||