jp.crestmuse.cmx.amusaj.commands
クラス jAudioFeatureExtractor

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.commands.CMXCommand<jp.crestmuse.cmx.amusaj.filewrappers.WAVWrapper,jp.crestmuse.cmx.filewrappers.FileWrapperCompatible>
      上位を拡張 jp.crestmuse.cmx.amusaj.commands.AbstractWAVAnalyzer
          上位を拡張 jp.crestmuse.cmx.amusaj.commands.jAudioFeatureExtractor
すべての実装されたインタフェース:
jp.crestmuse.cmx.filewrappers.CMXInitializer

public class jAudioFeatureExtractor
extends jp.crestmuse.cmx.amusaj.commands.AbstractWAVAnalyzer


コンストラクタの概要
jAudioFeatureExtractor()
           
 
メソッドの概要
protected  java.lang.String getAmusaXMLFormat()
           
protected  jp.crestmuse.cmx.amusaj.commands.ModuleConnection[] getModuleConnections()
           
protected  jp.crestmuse.cmx.amusaj.commands.OutputData[] getOutputData()
           
protected  jp.crestmuse.cmx.amusaj.sp.ProducerConsumerCompatible[] getUsedModules()
           
static void main(java.lang.String[] args)
           
protected  void preproc()
           
protected  boolean setOptionsLocal(java.lang.String option, java.lang.String value)
           
 
クラス jp.crestmuse.cmx.amusaj.commands.AbstractWAVAnalyzer から継承されたメソッド
customSetting, getParam, getParamDouble, getParamInt, getWindowSlider, readInputData, requiredFiles, run, setBoolOptionsLocal, setParam, setParam, setParam, usesStereo
 
クラス jp.crestmuse.cmx.commands.CMXCommand から継承されたメソッド
addOptionHelpMessage, appendHelpMessage, exitWithMessage, getBaseName, getBaseName, getConfigXMLWrapper, getDestDir, getFileName, getHelpMessage, getOutFileName, getVersion, indata, init, loopEnabled, newOutputData, outdata, postproc, removeDirName, removeExt, removeExt, run, run, setOutputData, showErrorMessage, start, start
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

jAudioFeatureExtractor

public jAudioFeatureExtractor()
メソッドの詳細

setOptionsLocal

protected boolean setOptionsLocal(java.lang.String option,
                                  java.lang.String value)
オーバーライド:
クラス jp.crestmuse.cmx.amusaj.commands.AbstractWAVAnalyzer 内の setOptionsLocal

preproc

protected void preproc()
                throws java.io.IOException,
                       javax.xml.parsers.ParserConfigurationException,
                       javax.xml.transform.TransformerException,
                       org.xml.sax.SAXException
オーバーライド:
クラス jp.crestmuse.cmx.amusaj.commands.AbstractWAVAnalyzer 内の preproc
例外:
java.io.IOException
javax.xml.parsers.ParserConfigurationException
javax.xml.transform.TransformerException
org.xml.sax.SAXException

getUsedModules

protected jp.crestmuse.cmx.amusaj.sp.ProducerConsumerCompatible[] getUsedModules()
定義:
クラス jp.crestmuse.cmx.amusaj.commands.AbstractWAVAnalyzer 内の getUsedModules

getModuleConnections

protected jp.crestmuse.cmx.amusaj.commands.ModuleConnection[] getModuleConnections()
定義:
クラス jp.crestmuse.cmx.amusaj.commands.AbstractWAVAnalyzer 内の getModuleConnections

getAmusaXMLFormat

protected java.lang.String getAmusaXMLFormat()
定義:
クラス jp.crestmuse.cmx.amusaj.commands.AbstractWAVAnalyzer 内の getAmusaXMLFormat

getOutputData

protected jp.crestmuse.cmx.amusaj.commands.OutputData[] getOutputData()
定義:
クラス jp.crestmuse.cmx.amusaj.commands.AbstractWAVAnalyzer 内の getOutputData

main

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