Online documentation for AudioCaptureManager

Generated 2006-03-17

Factory for AudioCapture components (part of Media/Audio/Analysis framework; uses JMF).

Description

A factory for AudioCaptureDevice components, which allows audio to be captured from JMF-supported audio devices for use with the associated analysis components.

Installation

Requires Java Media Framework (JMF) to be installed, and capture devices registered with the JMF registry. Currently developed with version 2.1.1e.

Configuration

No explicit configuration, but see installation notes.

Usage

Create a single instance on a machine on which audio is to be captured and analysed. AudioCaptureDevice sub-components will be dynamically generated for all registered JMF audio capture devices. These can then be linked to the other components in the audio framework for analysis.

Technical Details

Based on JMF. Using javax.sound would probably now be better and more portable. Structure based on video framework classes.