SpeechSynthesisRecorder
SpeechSynthesisRecorder copied to clipboard
Not working on latest versions of chrome 71
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.