You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original issue 24 created by Kaljurand on 2012-04-06T07:37:32.000Z:
Make it work better with apps which expect the continuous dictation interface (e.g. Evernote v3.6.2 on ICS). Currently some audio is not transcribed unless you pause long and carefully between sentences.
The text was updated successfully, but these errors were encountered:
Comment #1 originally posted by Kaljurand on 2012-04-06T08:17:56.000Z:
The audio that Evernote attaches to the note (as a wav file) seems to be obtained entirely from the speech recognizer (the bufferReceived callback?), and interpreted as having 8k sample rate. This seems compatible with Google Voice Search but in case of Kõnele the saved audio sounds like 16k audio interpreted as 8k.
Note that the bufferReceived-callback does not specify the sample rate. Also it requires big-endian for some reason...
Original issue 24 created by Kaljurand on 2012-04-06T07:37:32.000Z:
Make it work better with apps which expect the continuous dictation interface (e.g. Evernote v3.6.2 on ICS). Currently some audio is not transcribed unless you pause long and carefully between sentences.
The text was updated successfully, but these errors were encountered: