Main Page   Packages   Class Hierarchy   Compound List   File List   Compound Members  

meapsoft.Synthesizer Class Reference

Inheritance diagram for meapsoft.Synthesizer:

Inheritance graph
[legend]
Collaboration diagram for meapsoft.Synthesizer:

Collaboration graph
[legend]
List of all members.

Detailed Description

Program that processes a MEAPsoft EDL file and synthesizes audio data from it.

This supports audio playbacl or saving the audio data to a wav file.

Author:
Ron Weiss ([email protected])

Definition at line 41 of file Synthesizer.java.

Public Methods

 Synthesizer (String[] args)
 Synthesizer constructor.

void setup () throws IOException, ParserException
void run ()
 Set everything up, process input, and write output.

void stop ()
 Stop a running Synthesizer.


Public Attributes

String outFile = null
AudioFormat format


Constructor & Destructor Documentation

meapsoft.Synthesizer.Synthesizer String    args[] [inline]
 

Synthesizer constructor.

Parses command line arguments

Definition at line 81 of file Synthesizer.java.


Member Data Documentation

AudioFormat meapsoft.Synthesizer.format
 

Initial value:

 new AudioFormat(44100, bitsPerSamp, 
                                         numChannels, signed, bigEndian)

Reimplemented from meapsoft.MEAPUtil.

Definition at line 54 of file Synthesizer.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 6 19:02:30 2007 for MEAPsoft by doxygen1.2.18