-
Notifications
You must be signed in to change notification settings - Fork 10
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
ENH: add onset times to speech decoding function #87
Comments
Google added a boolean to use it:
where results is a list of tuples (word, onset, offset). if WORD1, ONSET1, OFFSET1 Does this sound good to you? Anything that would make it easier that i might be missing? @jeremymanning @KirstensGitHub @paxtonfitzpatrick @campbellfield |
this looks great to me! I was just asking @jeremymanning why nobody uses offset times in this kind of research.. cool that google API provides that info |
This looks good to me, too. A few questions/comments:
|
Looping back to this issue— I think this is where we most recently discussed incorporating onset and offset times into the eggs. If we didn’t analyze the onset times this way, how did we do it? Also noting for @andrewheusser: for the naturalistic extensions you’ve been working on, don’t we also need timing information? |
The most recent version of the google API gives onset times of each word. add this to the speech decoding function
The text was updated successfully, but these errors were encountered: