I am trying to create a voice editor with HTML5 support using the speech recognition API. Currently, the problem is when you start recording, it lasts only a certain amount of time (mainly until the user stops talking).
I can set continuous and interimResults to true , but that does not force it to record forever. It is still ending.
I can also say that it fires again during the final event, but then it asks for permission every time, which greatly undermines.
Is there a way to allow it to work continuously, and only ask the user once?
javascript html5 html5-audio speech-recognition
samanime
source share