TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

3 pointsby Jeannenalmost 2 years ago
Hey! I was playing around with Google Docs &quot;voice to text&quot; 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!

3 comments

cowsupalmost 2 years ago
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&#x27;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:&#x2F;&#x2F;talknotes.io&#x2F;api&#x2F;notes&#x2F;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&#x27;s proper error handling, so the user isn&#x27;t stuck waiting forever if your API returns a 503 or similar response.
not_makerboxalmost 2 years ago
I can code this product in a weekend<p>what&#x27;s your moat?
评论 #37206247 未加载
marcloualmost 2 years ago
another openai wrapper
评论 #37206252 未加载