Online documentation for AudioProcessor

Generated 2006-03-17

Configurable audio processor (part of Media/Audio/Analysis framework).

Description

Audio processing component which can receive audio frames (via sink), apply various processing steps to the frame, and then output it to another audio component (via source).

Installation

See AudioCaptureManager component for video capture requirements.

Configuration

Configured by setting configuration property. Allows value of the form "PROCESSOR1(ARG1,ARG2,...),PROCESSOR2(ARG1,...),...".

Available processors are:

Usage

Typically, link to sink from the source property of a AudioCaptureDevice component (created by an AudioCaptureManager component) or from the source property of a chained AudioProcessor component to a AudioSelectValue or AudioAverage component which exposes the final processing result.

View the component web page using the URL in the configUrl property, which includes some visualisation facilities.

Technical Details

Part of the audioframework set of components; extends AbstractAudioProcessor.