Re: Allow SpeechRecognition to accept an AudioBuffer instance

Let's say you've got a <video> or <audio> element on your page. Maybe it's
a podcast or an interview or something - but it's dialog.

With createMediaElementSource from the Web Audio API, you could grab the
audio, pipe it into SpeechRecognition, and potentially generate
closed-captioning on the fly.





On Fri, Mar 1, 2013 at 8:40 AM, Michael[tm] Smith <mike@w3.org> wrote:

> Kevin Ennis <kennis84@gmail.com>, 2013-02-28 15:03 -0500:
>
> > Hey all,
> >
> > Hope I'm sending this to the right group/address...
> >
> > Just wondering if there's been any thought put into the idea of
> > allowing SpeechRecognition to accept an AudioBuffer instance (from the
> Web
> > Audio API) in addition to microphone input.
> >
> > Would love to hear thought/opinions about this.
>
> You have some particular use case in mind?
>
>   --Mike
>
> --
> Michael[tm] Smith http://people.w3.org/mike
>

Received on Friday, 1 March 2013 14:31:00 UTC