Live data from Hacker News

Show HN: TalkNotes – Turn your voice memos into clear content. Fast

talknotes.io

1–6 of 6 posts

Show HN: TalkNotes – Turn your voice memos into clear content. Fast

#1
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!

There is a free technical demo available on the homepage!

Show HN: TalkNotes – Turn your voice memos into clear content. Fast
talknotes.io

Re: Show HN: TalkNotes – Turn your voice memos into clear content. Fast

#6
I recorded using the demo on your homepage, and, after about a 35 second clip, I began processing.

After a few minutes of spinning, nothing changed, so I checked my browser's Console log (Safari) and saw:

    [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)

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.