com.meapsoft.composers
Class BlipComposer

java.lang.Object
  extended bycom.meapsoft.MEAPUtil
      extended bycom.meapsoft.composers.Composer
          extended bycom.meapsoft.composers.BlipComposer
All Implemented Interfaces:
java.lang.Runnable

public class BlipComposer
extends Composer

Program that adds a blip after each chunk


Field Summary
static java.lang.String description
           
 
Fields inherited from class com.meapsoft.MEAPUtil
bigEndian, bitsPerSamp, exceptionHandler, frameLatency, mixerToUse, numChannels, progress, samplingRate, signed, slash, stereo, verbose, version, writeMEAPFile
 
Constructor Summary
BlipComposer(FeatFile featFN, EDLFile outFN)
           
BlipComposer(java.lang.String[] args)
           
BlipComposer(java.lang.String featFN, java.lang.String outFN)
           
 
Method Summary
 EDLFile compose()
          Compose an EDLFile.
 java.lang.String description()
           
static void main(java.lang.String[] args)
           
 void printUsageAndExit()
           
 void setBlipWav(java.lang.String bp)
           
 void setup()
          Setup the Composer - read in files, etc.
 
Methods inherited from class com.meapsoft.composers.Composer
addCommand, addCommandsToAllEDLChunks, addCommandsToAllEDLChunks, addCommandToAllEDLChunks, doComposer, parseCommands, printCommandLineOptions, run
 
Methods inherited from class com.meapsoft.MEAPUtil
bytes2doubles, doubles2bytes, getPaths, getProgress, openAudioWriter, openAudioWriter, openInputStream, openInputStream, parseChunkDist, parseFeatDim, parseFeatureExtractor, parseFeatureExtractor, printCommandLineOptions, setExceptionHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

public static java.lang.String description
Constructor Detail

BlipComposer

public BlipComposer(java.lang.String featFN,
                    java.lang.String outFN)

BlipComposer

public BlipComposer(FeatFile featFN,
                    EDLFile outFN)

BlipComposer

public BlipComposer(java.lang.String[] args)
Method Detail

printUsageAndExit

public void printUsageAndExit()

setup

public void setup()
           throws java.io.IOException,
                  ParserException
Description copied from class: Composer
Setup the Composer - read in files, etc. This should be called before any call to compose() to ensure that the inputs and outputs are properly initialized.

Overrides:
setup in class Composer
Throws:
java.io.IOException
ParserException

compose

public EDLFile compose()
Description copied from class: Composer
Compose an EDLFile. This is where the magic happens.

Specified by:
compose in class Composer

description

public java.lang.String description()
Overrides:
description in class Composer

setBlipWav

public void setBlipWav(java.lang.String bp)

main

public static void main(java.lang.String[] args)