Can Ecasound Read BWF Metadata Markers?

This article examines whether the command-line digital audio workstation Ecasound can read and process Broadcast Wave Format (BWF) metadata markers. It details how Ecasound handles BWF files, its limitations regarding ancillary metadata chunks, and the recommended tools and workflows for extracting or utilizing audio markers in Linux-based audio pipelines.

Understanding Ecasound’s BWF Capabilities

Ecasound cannot natively read, interpret, or extract metadata markers from Broadcast Wave Format (BWF) files. While Ecasound can open, process, and record BWF files seamlessly as standard linear PCM audio (RIFF WAV), it ignores the specific chunks where BWF metadata and markers are stored.

How Ecasound Handles WAV and BWF Metadata

BWF files differ from standard WAV files primarily through the inclusion of non-audio metadata chunks, such as:

Ecasound relies on backend libraries like libsndfile or its own native file I/O routines to handle wave files. These input routines prioritize the audio data payload (the data chunk) along with basic audio parameters (sample rate, bit depth, and channel count). Extraneous subchunks containing metadata markers are skipped during stream initialization. Consequently, Ecasound cannot use BWF markers for transport navigation, automated splitting, or trigger points.

Processing BWF Files in Ecasound

If you feed a BWF file containing markers into Ecasound:

  1. Audio Integrity: The audio stream will play, record, or process with full fidelity without error.
  2. Marker Handling: Any marker embedded in the input file will not be exposed to Ecasound’s interactive mode, chainsetup engine, or cue-list mechanisms.
  3. File Output: If Ecasound processes and exports a new WAV file, non-standard ancillary chunks—including the original BWF markers—will generally be stripped from the resulting file.

Workarounds for Working with Markers

If your workflow requires reading or using BWF markers alongside Ecasound, you must handle the metadata using external utilities: