Skip to main content
Encord supports the curation and organization of your audio data. You can import your audio data using the UI, from cloud storage (with a JSON file), and using Encord’s SDK.

Data > Explore Audio Support

Data > Explore supports the following audio formats:

Quick Tour

Use the Audio tab to natively view all the audio files available in your Folders. From the Audio tab you can sort and filter all of your audio files based on Audio Quality Metrics. If only audio files are in your Folders, no Audio tab displays. Your audio files display in the Index Explorer. If there are a mix of file types (images, videos, and audio files), tabs display for the various file types (Video, Frames, Audio). Quick Overview
  • Audio Quality Metrics for sorting and filtering your audio files.
  • Waveform playback controls to move through audio files.

Use Audio Quality Metrics

Use Audio Quality Metrics to sort and filter your audio files. Sort Sort with example Filter Filter with example

Audio Quality Metrics

Data > Explore supports filtering your audio files using the following audio quality metrics:
  • Bit depth: Size of each sample (int) in bits.
  • Duration: The duration of the audio file.
  • Number of channels: Number of audio channels in an audio file.
  • Random value: A random number assigned to each audio file.
  • Samples per second: The number of samples per second.

Transcription for Audio Files

First update the custom metadata schema to include a text (formally long_string) data type for your transcripts. Then register data with the appropriately named metadata field. When you display that field, using the Display control section of the app, a resizable text field displays, so transcripts can be previewed directly under the relevant audio waveform. Transcripts

Step 1: Add Transcript Key to Schema

Before adding transcripts to your audio files, make sure you add a transcript key with long_string specified as the type to your custom metadata schema.
Add Transcript Key to Schema

Step 2: Import Transcript

After updating your custom metadata schema, you can import your transcripts to your audio files.
Import your Transcript

Step 3: View/Filter in Index

In Index, you can filter and view the transcripts applied to your audio files. View with audio files To view transcripts:
  1. Click Display.
  2. Click the field under Card details. A menu appears.
  3. Select your transcript under Custom metadata. Transcripts appear under your audio files.
Transcripts Filter using transcripts To filter using transcripts:
  1. Click Filter.
  2. Click Add filter. A menu appears.
  3. Select Custom metadata. A field appears.
Transcripts
  1. Select your transcripts from the field.
  2. Type the text you want to search for.
  3. Click Display.
  4. Click the field under Card details. A menu appears.
  5. Select your transcript under Custom metadata. Transcripts appear under your audio files with the filtered text highlighted.

Long Audio Files

When audio files in your cloud storage are longer than an hour, the Label Editor may take extra time to load their waveforms. To significantly reduce load times, you can generate a JSON file containing the waveform data and store it alongside your audio file.
Locally imported data CANNOT have long audio performance improved using this method. Improving long audio file performance is ONLY supported for audio files stored in cloud storage and accessed by Encord through cloud storage.
We STRONGLY recommend generating a waveform file for any audio files that are an hour or longer in duration.
  1. Install audiowaveform.
  2. Use the following command to generate a JSON file of your waveform:
The name of the JSON file must exactly match the name of your audio file. Only the file extensions differ.
  1. Upload the JSON file to the location of your audio file.
The JSON file MUST reside in the same cloud storage location as your audio file.For example:
  • Audio File Path in Bucket : “/my-bucket/all-audio/my-favorite-song.mp3”
  • Audio Waveform File Path in Bucket: “/my-bucket/all-audio/my-favorite-song.json”
You can upload the JSON file during audio file import or any time after.