Hey! I was playing around with Google Docs "voice to text" tool, but I realized it was absolutely terrible, so I decided to make my own mini tool to do it!<p>There is a free technical demo available on the homepage!
I recorded using the demo on your homepage, and, after about a 35 second clip, I began processing.<p>After a few minutes of spinning, nothing changed, so I checked my browser's Console log (Safari) and saw:<p><pre><code> [Log] Transcribing audio... (recorder.js, line 10)
[Error] Failed to load resource: the server responded with a status of 503 (Service Unavailable) (demo, line 0) https://talknotes.io/api/notes/demo
[Error] Unhandled Promise Rejection: SyntaxError: The string did not match the expected pattern.
(anonymous function) (talknotes.io:507)
</code></pre>
Might want to ensure that there's proper error handling, so the user isn't stuck waiting forever if your API returns a 503 or similar response.