Hello! I am currently building a voice recording app, and I think it would really benefit from giving our users the option to have their audio transcribed instead of saved.
I thought one way to do this would be to start an infinite loop, in which the voice recognition extension continually adds to a saved text variable, and the loop is broken when the user indicates they are done recording.
These recordings could go up to an hour long, in theory. Unfortunately, when trying to test this, I am noticing that the app crashes almost instantly when this loop begins.
Has anyone had any success using the voice recognition tool for longer than 1 sentence? If you have any experience with the tool and can help me out, I’d really appreciate it.
(What I would REALLY appreciate is some sort of extension that takes a pre-recorded audio file, and then extracts the text from it. Does an extension like this already exist? I would be able to pay for it.)
Thanks!