IRC log of htmlspeech on 2011-08-25
Timestamps are in UTC.
- 16:04:45 [RRSAgent]
- RRSAgent has joined #htmlspeech
- 16:04:45 [RRSAgent]
- logging to http://www.w3.org/2011/08/25-htmlspeech-irc
- 16:04:53 [burn]
- Scribe: Michael_Bodell
- 16:05:00 [burn]
- ScribeNick: mbodell
- 16:05:21 [burn]
- Meeting: HTML Speech Web API discussion
- 16:05:46 [burn]
- Agenda: http://lists.w3.org/Archives/Public/public-xg-htmlspeech/2011Aug/0028.html
- 16:05:52 [burn]
- Chair: Michael_Bodell
- 16:06:15 [mbodell]
- discuss http://lists.w3.org/Archives/Public/public-xg-htmlspeech/2011Aug/att-0030/speechwepapi.html
- 16:06:30 [Milan]
- Milan has joined #HTMLSpeech
- 16:07:02 [burn]
- Date: 25 August 2011
- 16:15:17 [burn]
- Regrets: Dan_Druta
- 16:15:37 [burn]
- s/Regrets: Dan_Druta//
- 16:16:06 [Zakim]
- +Satish_Sampath
- 16:16:11 [mbodell]
- changes to section 3: remove bind and unbind
- 16:16:45 [mbodell]
- changes to section 3: add a method to createSpeech[Input|Output]Request on the SpeechRequest interface
- 16:17:11 [satish]
- satish has joined #htmlspeech
- 16:22:52 [mbodell]
- issues to section 4: query needs to be async
- 16:23:14 [mbodell]
- issues to section 4: need a function to return the service based on the URI for the service
- 16:24:00 [mbodell]
- issues to section 4: need a way to do authorization, possibly as a name/password options in query options, possibly as authorization for an authorization header, possibly just as proprietary stuff on the URI
- 16:26:33 [mbodell]
- changes to section 3: change the type enum to be a bitfield so TTS is 1, ASR is 2, and don't need TTSASR if you have TTS | ASR
- 16:27:13 [mbodell]
- issue to section 3: remove the state
- 16:27:53 [Milan]
- Sorry folks, I have to drop early today.
- 16:27:57 [Zakim]
- -Milan_Young
- 16:30:53 [mbodell]
- changes to section 4: need Query to be more specific if this is on Window
- 16:31:34 [mbodell]
- issue to section 4: maybe have constructor and set things?
- 16:32:43 [mbodell]
- changes to section 4: add successCallBack and failureCallBack to the specific speechQuery function
- 16:34:08 [mbodell]
- changes to section 4: merge filter and options (the criteria is in the option, probably as a flat list)
- 16:35:43 [mbodell]
- changes to section 4: filter on required languages and required service type and possibly other things...
- 16:36:52 [mbodell]
- changes to section 4: possible filter on audio codecs as well
- 16:38:43 [Robert]
- I don't think you'll ever get browsers to implement SDP for anyhting other than peer-to-peer voip calls
- 16:41:33 [Robert]
- I'm having network problems.. audio keeps dropping out
- 16:42:54 [mbodell]
- possible issue to 3: we can have multiple of these, should state that, they go away with garbage collection, only issue is how long does the service stay open after a query, do we need some explicit close/reattach (bind/unbind) or do we just not care...
- 16:43:11 [Zakim]
- -Robert_Brown
- 16:47:49 [Robert]
- Robert has joined #htmlspeech
- 16:48:13 [Zakim]
- +[Microsoft]
- 16:52:10 [mbodell]
- changes to section 5: possible remove form attribute or control... possibly not since this really does tie it to the element properly
- 16:54:27 [burn]
- on the last issue in 3, above, we decided that we currently believe that we do not need to specify whether the web service connection needs to remain open for a speech service.
- 16:54:27 [mbodell]
- changes to section 5: Need better definition of "recoable elements", probably listing all such elements
- 16:55:04 [mbodell]
- section 5: htmlFor is definitely fine, later discussion sounds like control is fine too
- 17:00:18 [mbodell]
- issue to section 5: need some sentence about security model, but that probably ties to request object and not the reco element
- 17:00:56 [mbodell]
- issue on section 3 or 4: possibly need a way to check if you have permission to do recognition, method on Service (or on Query?)
- 17:03:05 [mbodell]
- issue on section 5: Need a way to get at the SpeechRequest associated with the reco element
- 17:07:34 [mbodell]
- issue on section 5: have a SpeechInputRequest attribute of reco that is the tied request... this could have the default UA service or a service based on URI attribute. From scripting if you get a new SIR you can set the attribute to associate the new SIR with this reco element
- 17:11:42 [satish]
- Have to leave now, see you next week.
- 17:11:45 [Zakim]
- -Satish_Sampath
- 17:14:33 [mbodell]
- issue on section 6: same kind of idea with section 5, with a SpeechOutputRequest instead of SpeechInputRequest
- 17:19:12 [mbodell]
- issue for section 6 (and generally): Link to the definitions in HTML 5 (for HTMLMediaElement, but also for "potentially playing", etc.)
- 17:19:37 [mbodell]
- possible issue for section 6: think about CSS audio last call and if it effects section 6
- 17:19:40 [Charles]
- Last Call: CSS Speech Module: http://www.w3.org/News/2011.html#entry-9181
- 17:21:02 [mbodell]
- issue with section 7: missing the actual recognize() function
- 17:21:39 [mbodell]
- issue with section 7: need an attribute to associate the Service on the SIR (probably read only)
- 17:23:45 [mbodell]
- for the method need start, stop, cancel Recognition()
- 17:24:11 [mbodell]
- s/for/changes to section 7: for/
- 17:24:33 [mbodell]
- issue for section 7: possibly better to call stop, finish, in terms of naming
- 17:25:27 [Zakim]
- -Bjorn_Bringert
- 17:26:20 [Zakim]
- +Bjorn_Bringert
- 17:29:33 [mbodell]
- issues for section 7: maybe need some sort of grammar object (better for caching, and don't need DOM string)
- 17:30:02 [mbodell]
- issue for section 7: need some text that describes what happens if someone sets some of these in recognition and some of these not
- 17:30:17 [burn]
- rrsagent, make log public
- 17:30:36 [mbodell]
- issue for section 8: have language in the SpeechOutputRequest
- 17:30:42 [Zakim]
- -Glen_Shires
- 17:30:45 [Zakim]
- -Bjorn_Bringert
- 17:30:47 [Zakim]
- -Olli_Pettay
- 17:30:48 [Zakim]
- -Debbie_Dahl
- 17:30:53 [burn]
- rrsagent, draft minutes
- 17:30:53 [RRSAgent]
- I have made the request to generate http://www.w3.org/2011/08/25-htmlspeech-minutes.html burn
- 17:30:55 [Zakim]
- -[Microsoft]
- 17:30:58 [ddahl]
- ddahl has left #htmlspeech
- 17:31:18 [Zakim]
- -Charles_Hemphill
- 17:31:23 [burn]
- zakim, who's here?
- 17:31:23 [Zakim]
- On the phone I see Dan_Burnett, Michael_Bodell
- 17:31:24 [Zakim]
- On IRC I see RRSAgent, bringert, mbodell, burn, Zakim, smaug, trackbot
- 17:38:23 [Zakim]
- -Dan_Burnett
- 17:38:25 [Zakim]
- -Michael_Bodell
- 17:38:25 [Zakim]
- INC_(HTMLSPEECH)11:30AM has ended
- 17:38:26 [Zakim]
- Attendees were Olli_Pettay, Dan_Burnett, Michael_Bodell, +1.650.440.aaaa, Robert_Brown, Bjorn_Bringert, +1.408.359.aabb, Debbie_Dahl, Glen_Shires, Charles_Hemphill, Milan_Young,
- 17:38:29 [Zakim]
- ... Satish_Sampath, [Microsoft]
- 17:38:35 [burn]
- zakim, bye
- 17:38:35 [Zakim]
- Zakim has left #htmlspeech
- 17:38:55 [burn]
- s/, +1.650.440.aaaa//
- 17:39:05 [burn]
- s/, +1.408.359.aabb//
- 17:39:23 [burn]
- s/, [Microsoft]//
- 17:39:31 [burn]
- rrsagent, draft minutes
- 17:39:31 [RRSAgent]
- I have made the request to generate http://www.w3.org/2011/08/25-htmlspeech-minutes.html burn