Skip to main content
Bethemesh
TutorialBest practices

Create an audio workflow with Workspace and pipelines

Combine trimming, channels, sample rate, normalization, compression and export into a clear, reusable audio processing pipeline.

Published 30 August 2026Reading : 2 minBy Équipe Bethemesh
Intermediate
Show contents
  1. Example: prepare a voice recording
  2. Example: prepare audio for video
  3. Example: two microphones in a stereo file
  4. Why order matters
  5. Test before processing a batch
  6. Local processing

A standalone tool is ideal for a one-off operation. A pipeline becomes useful when the same sequence of transformations must be repeated.

Bethemesh Audio tools and Workspace modules rely on shared processing engines, so the operations can be composed without inventing a separate workflow.

Example: prepare a voice recording

Import → Trim → Normalize → Compress → Download

Trim first so normalization measures the material you will actually keep. Perform lossy compression near the end to avoid unnecessary repeated encoding.

Example: prepare audio for video

Import → Trim → Resample to 48 kHz → Normalize → Convert → Download

This makes the project requirement explicit and keeps the order reproducible.

Example: two microphones in a stereo file

Import stereo → Split channels → Process voice A / voice B separately

If left and right contain independent microphones, separating them is more appropriate than immediately converting the source to mono.

Why order matters

Audio operations are not always interchangeable. A fade-in that is reversed becomes a fade-out. A lossy encode repeated after every stage can accumulate degradation.

Write the objective first, then translate it into steps: input, selection, transformation, technical normalization, loudness, output format and download.

Test before processing a batch

Run the pipeline on one representative file. Listen to the result and check duration, channels, sample rate, loudness, format and file size before applying the same workflow repeatedly.

Local processing

The Audio architecture is designed for processing in the browser. Required WebAssembly engines may be loaded by the page, while the media itself can remain on the device instead of being uploaded to Bethemesh.

Open the Workspace when you want to compose and reuse transformations. For a single operation, an individual tool such as Trim audio remains faster.

Start with the main Audio guide if you want an overview of all available operations.

Related tools

Audio

Audio trimmer

Keep only the useful part of an audio file.

100% localNew
Use this tool
Audio

Audio loudness normalizer

Normalize the perceived loudness of an audio file to a LUFS target.

100% localNew
Use this tool
Audio

Audio compressor

Reduce audio file size by choosing an output format and bitrate.

100% localNew
Use this tool
Audio

Audio converter

Convert audio files locally to MP3, WAV, FLAC, OGG, M4A or Opus.

100% localNew
Use this tool

Collection

Master audio processing

  1. 01Convert and edit audio files directly in your browser
  2. 02Increase or decrease the volume of an audio file online
  3. 03Normalize audio volume: peak, RMS and LUFS
  4. 04Trim an audio file: extract or keep only one section
  5. 05Audio compression: bitrate, format and quality
  6. 06Merge audio files in different formats
  7. 07Change audio speed, add fades and reverse sound
  8. 08Audio sample rate: 44.1 kHz, 48 kHz and resampling
  9. 09Mono, stereo and audio channels: convert or separate them
  10. 10MP3, WAV, FLAC, OGG, Opus and M4A: which audio format should you choose?
  11. 11Create an audio workflow with Workspace and pipelines

Was this article useful?