Closed
Bug 858529
Opened 12 years ago
Closed 12 years ago
Provide native-friendly equivalent for nsISpeechTask.sendAudio()
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: eeejay, Assigned: eeejay)
References
Details
Attachments
(1 file, 1 obsolete file)
6.30 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
Just a WIP for now. Putting it here before I head out for a week.
Assignee | ||
Comment 2•12 years ago
|
||
Pretty much the same patch. Just rebased and updated.
Attachment #733822 -
Attachment is obsolete: true
Attachment #792886 -
Flags: review?(bugs)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → eitan
Comment 3•12 years ago
|
||
Comment on attachment 792886 [details] [diff] [review]
Bug 858529 - Add nsISpeechTask.SendAudioNative
>+NS_IMETHODIMP
>+SpeechTaskChild::SendAudioNative(int16_t *aData, uint32_t aDataLen)
int16_t* aData
Same also elsewhere
Attachment #792886 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•