Capability guide

Browser audio capability limits explained without fake universal claims.

Browser-native audio work is shaped by more than one question. The browser may preview the file, fail decode for analysis, or export only a subset of target formats. This guide explains why Picmu keeps those states separate and why that makes the product more trustworthy.

Tools

Open audio tools

The related routes turn these capability limits into route-level product logic instead of hiding them behind generic media-tool copy.

Open audio tools

Trust and privacy

What happens to the file

  • Audio files stay on your device while the route checks playback, decode, waveform analysis, and export support.
  • Playback support, decode support, and export support are shown as separate states so the route does not imply one guarantees the others.
  • When an exact export path is not confirmed, the route falls back to safer native options and clear limitations instead of pretending hidden transcoding exists.

Quick flow

How to run the route with confidence

  1. Ask whether the job needs playback only, waveform analysis, or a finished export.
  2. Check the current browser before assuming that one successful audio task implies all the others.
  3. Use safer route-specific fallbacks when the exact target format is not confirmed locally.

Benefits

Why this route is useful

A guide to browser-native audio support, decode constraints, MediaRecorder limits, and why route-level honesty matters.

Makes route choice smarter

Once you see the support model clearly, it becomes easier to choose between inspect, trim, convert, compress, and batch routes.

Turns limits into trust signals

A route that explains where it stops is more useful than one that hides the limit until after you import the file.

Protects time on real work

Reading the support picture early helps you switch browsers, switch formats, or pick a safer fallback before you waste effort.

Tradeoffs

What to consider before export

Preview is not decode

Playback and waveform analysis do not rely on exactly the same path, so the route should not pretend they do.

Compressed export depends on browser APIs

AAC and Opus export paths often hinge on MediaRecorder support, while WAV is the more dependable native floor.

Some routes are intentionally narrow

That focus is a feature. A trim route and a metadata route can stay trustworthy precisely because they are not trying to be a whole DAW.

Best practices

Keep the output reliable

  • Read the capability panel before importing a large queue.
  • Treat fallback outputs as part of the route design, not as a last-minute patch.
  • Prefer tools that say when they are limited instead of hiding it behind vagueness.

FAQ

Questions before export

Because preview, decode, offline rendering, and MediaRecorder support vary by browser engine and platform.

Open in Picmu

Open audio tools

The related routes turn these capability limits into route-level product logic instead of hiding them behind generic media-tool copy.

Open audio tools