--- title: Audio Classification with Segments type: templates category: Audio/Speech Processing cat: audio-speech-processing order: 335 meta_title: Audio Classification with Segments Data Labeling Template meta_description: Template for classifying audio regions for segmentation tasks with Label Studio for your machine learning and data science projects. --- If you want to perform audio classification tasks on specific segments of audio clips, you can use this template to listen to an audio file and classify the topic of the clip. ## Interactive Template Preview
## Labeling Configuration ```html
``` ## About the labeling configuration All labeling configurations must be wrapped in [View](/tags/view.html) tags. You can add a [header](/tags/header.html) to provide instructions to the annotator: ```xml
``` Use the [Labels](/tags/labels.html) control tag to allow annotators to segment the audio and classify it at the same time. ```xml ``` The `choice="multiple"` argument allows one audio segment to be labeled with multiple topics. Use the [Audio](/tags/audio.html) object tag to specify the location of the audio file to classify: ```xml ``` ## Related tags - [Audio](/tags/audio.html) - [Labels](/tags/labels.html)