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

Improve continuous dictation interface (applies to ICS and higher) #28

Open
Kaljurand opened this issue Apr 9, 2015 · 1 comment
Open

Comments

@Kaljurand
Copy link
Owner

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.

@Kaljurand
Copy link
Owner Author

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...

http://developer.android.com/reference/android/speech/RecognitionService.Callback.html#bufferReceived(byte[])

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

No branches or pull requests

1 participant