Main Content

Extract Audio Features

Streamline audio feature extraction in the Live Editor

Since R2020a

Description

The Extract Audio Features task enables you to configure an optimized feature extraction pipeline by selecting features and parameters graphically. You can reuse the output from Extract Audio Features to apply feature extraction to entire data sets. The task automatically generates MATLAB® code for your live script.

Using this task, you can:

  • Extract features of audio signals common to machine learning and deep learning workflows.

  • Create a feature extraction object for use with large data sets.

  • Visualize extracted audio features.

To learn more about interactive tasks in live scripts, see Add Interactive Tasks to a Live Script.

Extract Audio Features task in Live Editor

Open the Task

  • On the Live Editor tab, select Task > Extract Audio Features.

  • In a code block in the script, type a relevant keyword, such as extract, audio, or feature. Select Extract Audio Features from the suggested command completions.

Tips

The Extract Audio Features task provides a graphical user interface to configure an audioFeatureExtractor object. For details on the configuration parameters, see audioFeatureExtractor. The task accepts audio data in the same format as the input to the extract object function of audioFeatureExtractor.

Version History

Introduced in R2020a

expand all