--
You received this message because you are subscribed to the Google Groups "Chromium HTML5" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-html...@chromium.org.
To post to this group, send email to chromiu...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-html5/?hl=en.
For more options, visit https://groups.google.com/a/chromium.org/groups/opt_out.
--
--
I have a page that combines speech recognition with capture and display of the user's audioThis worked fine on Friday in stable chrome and canaryAs of today it only works in Canary...The speech recognition works in stable chrome but not the visualizationStable is 27.0.1453.116Canary is 29.0.1546.0 canaryIt is not simply an issue of audio visualization as this works in BOTH and is pretty similar visualization code but no speech recognition:I'm not getting any javascript errorsI know there has been a change in the way permissions are handled over the weekend - any other changes ?Any issue with having two audioContexts ?
Any help would gratefully received
--Rob
On Wed, Jun 5, 2013 at 8:19 AM, Thomas Alisi <toma...@stinkdigital.com> wrote:
heyyou should be able to connect an additional javascript node to the same source and attach it to whatever the output needs to be. I'm using it to get mic levels and provide user feedback. the thing is the browser will ask for mic auth twice, check this out: https://gist.github.com/grudelsud/5442042
On Tuesday, June 4, 2013 6:05:48 PM UTC+1, Will Koper wrote:Or failing that, pipe an audio source file (.wav or .mp3) into speech recognition?
--
You received this message because you are subscribed to the Google Groups "Chromium HTML5" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromiu...@chromium.org.