SpeechSynthesisRecorder icon indicating copy to clipboard operation
SpeechSynthesisRecorder copied to clipboard

Not working on latest versions of chrome 71

Open technofreak1 opened this issue 6 years ago • 1 comments

I see that this does not work on latest version of chrome 71 because chrome 66 onwards, audiocontext() can be called only after user intervention, for example button click. I did that change by adding a button onclick, but then I was hit by DOMException in start method.

technofreak1 avatar Jan 13 '19 20:01 technofreak1