← Blog Voice memos & use cases

Voice Notes App: Record Voice Notes & Dictation Online

A vintage typewriter keyboard
Photo: philhearing · CC BY 2.0

Voice Notes App: Record Voice Notes & Dictation Online

Recording voice notes shouldn't mean installing an app, creating an account, or fighting file formats. In this walkthrough we cover how to capture a voice memo in Chrome, Safari, or iPhone Safari, turn it into an MP3, and share it as a link — plus where browser-native dictation fits in if you also need live transcription.

This is a hands-on guide for Recrec, the voice notes app we run in the browser. The same flow works on Android Chrome, desktop Chrome, desktop Safari, and iOS Safari.

Key Takeaways

  • A browser-based voice notes app records audio through the MediaRecorder API and transcodes to MP3 — no install needed (MDN, 2026).
  • Recrec keeps guest recordings for 30 days; a free signed-in account lifts that to 1 GB and never-expire storage.
  • Browser-native dictation (Chrome Web Speech API) is a separate path: it converts speech to text live, but does not save an audio file.

What you'll need

Three things, and you probably have them.

A modern browser. Recrec runs on Chrome, Edge, Safari (desktop and iOS), and most Chromium derivatives. The gate is the MediaRecorder API — browsers without it can't record.

A working microphone. Laptops ship with one; phones always do. The first time you tap record, the browser asks for mic permission. Grant it once and Recrec remembers the choice for the session.

A place to send the link. Email, Slack, Notion, a support ticket — anywhere a URL pastes, the recording plays. If you want recordings to live longer than 30 days, a free Recrec account unlocks 1 GB of storage and links that never expire — see the free tier for the exact limits.

Step-by-step: record voice notes in your browser

One tap to start, one tap to stop, one tap to share.

1. Open the recorder

Go to recrec.microworker.my.id. The page loads as a single screen with a record button in the middle. No login wall, no paywall, no "start free trial" modal. The recorder is the page.

2. Grant mic permission and tap record

The browser prompts for microphone access. On Chrome desktop the prompt slides in under the address bar; on iOS Safari it pops as a native permission sheet. Tap Allow, then tap the record button.

Recording starts immediately. The waveform moves, the timer ticks, the button turns into a stop control. If the waveform is flat, your mic is muted or the wrong input device is selected — see Common pitfalls below.

3. Tap stop

Tap stop when you're done. Recrec finalizes the audio, transcodes it to MP3 server-side using ffmpeg, and generates a unique shareable URL. The file plays back inline so you can review it before sharing.

The shareable link appears the moment transcoding finishes. Copy it, paste it anywhere, and the recipient gets a player page — no login, no download, no codec headache. MP3 is the format because it plays on every browser, every phone, every OS without negotiation.

5. Sign in to keep it

Guest recordings auto-delete after 30 days. If the memo matters, sign in with a free account and the recording moves to permanent storage with a 1 GB ceiling. Same link, same playback, no expiry. That's the upgrade path we built for people who use voice notes daily — journalists archiving interviews, support teams logging bugs verbally, students capturing lectures. For deeper coverage of multi-track capture, see our guide to meeting recordings.

Common pitfalls

Most failed recordings come from four causes. Here's how we troubleshoot each.

Flat waveform. Mic permission was granted but the wrong input is selected. On macOS, open System Settings → Sound → Input and pick the device you actually speak into. On Chrome, click the camera icon in the address bar to re-select the mic.

Silent playback on Safari iOS. Older iOS versions had a ringer-mute bug that silenced inline audio. Toggle the physical mute switch off, or update to iOS 16.1 or later. Recrec uses standard HTML5 audio, so the fix is OS-level.

Recording cuts off mid-note. Mobile browsers throttle background tabs aggressively. If you switch away while recording, the browser may pause the capture. Keep the tab in the foreground for the full take. For long sessions, lock screen orientation and disable auto-lock.

Mic permission denied. Re-prompt by clearing site permissions: Chrome → Settings → Privacy and security → Site Settings → Microphone → remove the Recrec entry → reload and re-grant.

Browser-native dictation vs. recorded voice notes

This comes up often, so we'll be precise: Recrec records audio. It does not transcribe speech to text. If your goal is a written transcript, browser-native dictation is a complementary path, not something Recrec replaces.

The Web Speech API exposes a SpeechRecognition interface that converts spoken audio to text in real time, in the browser. MDN documents the interface at the Web Speech API reference. As of mid-2026, Chrome ships the most complete implementation; Safari has partial support; Firefox lags. The recognition pass happens server-side at the browser vendor's endpoint, so it is not offline.

The honest split:

  • Want a written document (notes, email draft, document)? Use the Web Speech API via a tool like Dictation.io, or your OS-level dictation — macOS dictation, Windows Win+H, iOS keyboard mic.
  • Want an audio file (interview, voice memo, lecture, voice message)? Use Recrec. You get a real MP3 and a shareable link.

The two pair well. Record the audio in Recrec as the source of truth; transcribe separately when you need text.

Alternatives

We're not the only browser voice recorder. Worth knowing the field:

  • Vocaroo — the classic. Simple, but links expire and the UI has drifted toward ads.
  • SpeakPipe Voice Recorder — solid, with a 5-minute cap on the free tier.
  • 123apps Online Voice Recorder — works, but the page is heavy and the post-record flow is multi-step.
  • Dictation.io — the right pick if you want live transcription rather than an audio file (uses the Web Speech API noted above).

Recrec differentiates on four points: no signup required, instant MP3 shareable link, cross-platform playback (Chrome, Safari, iPhone), and a real 1 GB free tier when you do sign in. For the broader field, our online voice recorder guide walks through every category of browser recorder.

FAQ

Does the voice notes app work on iPhone?

Yes. Open recrec.microworker.my.id in Safari, tap record, grant mic permission, and the recording saves as an MP3 link that plays in any browser or messaging app. No App Store install needed.

Can I dictate text instead of recording audio?

Not in Recrec. Recrec captures audio as MP3. For live speech-to-text, use the Web Speech API via Dictation.io, or your OS-level dictation (iOS keyboard mic, macOS dictation, Windows Win+H). MDN's Web Speech API docs cover browser support in detail.

How long are recordings stored?

Guest recordings auto-delete after 30 days. Sign in with a free account and recordings move to permanent storage with a 1 GB cap — roughly 17 hours of standard-bitrate MP3. Links never expire on signed-in accounts.

Conclusion

A browser voice notes app should be one tap to start, one tap to stop, one tap to share. No install, no signup, no codec negotiation. That's the bar. If you also need transcription, pair Recrec with a Web Speech API tool — the two paths solve different problems. Ready to record? Open Recrec and tap the button.