Product guide

How local audio processing works in Picmu.

Picmu is built so audio stays local: file input, preview, decode, waveform analysis, offline rendering, and export all happen in the browser. This guide explains which pieces rely on native browser APIs, what workers are doing behind the scenes, and where browser limits are still part of the truth.

Tools

Open audio tools

Use the related routes to see the capability model, waveform generation, and export paths in a real workflow instead of only reading about them.

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. Import the file locally and let the browser expose playback and metadata basics.
  2. Decode through Web Audio for waveform analysis and offline rendering when the browser supports that path.
  3. Export through native browser outputs or safer fallbacks with the route-specific capability panel still visible.

Benefits

Why this route is useful

A guide to Picmu's browser-native audio pipeline, local file handling, waveform analysis, and honest export constraints.

Explains the trust model directly

The guide makes it clear why Picmu can talk about privacy in grounded terms rather than cloud-style marketing language.

Connects architecture to route behavior

It shows why waveform analysis, offline rendering, and export badges appear the way they do on the actual routes.

Keeps the browser limits visible

The guide describes what the product can do locally without implying the browser is a universal audio workstation.

Tradeoffs

What to consider before export

Decode still depends on the browser

Picmu can keep the file local and still be limited by what the browser can decode cleanly.

Worker use is targeted, not theatrical

Workers are used for heavy peaks and encoding tasks where they help, not as a fake signal that every operation is magically universal.

Native-first means honest output limits

When the browser does not confirm a compressed export target, the product falls back to safer native outputs instead of hiding the limitation.

Best practices

Keep the output reliable

  • Read the route-level capability notes before assuming a preferred output format is ready.
  • Use WAV as the stable floor when the browser cannot confirm a compressed target.
  • Treat local processing as a trust model and capability badges as the honesty layer around it.

FAQ

Questions before export

No. Core audio handling stays in the browser and on your device.

Open in Picmu

Open audio tools

Use the related routes to see the capability model, waveform generation, and export paths in a real workflow instead of only reading about them.

Open audio tools