edu.cmu.sphinx.frontend.util.test
Class AudioDataSourcesTest

java.lang.Object
  extended by edu.cmu.sphinx.frontend.util.test.AudioDataSourcesTest

public class AudioDataSourcesTest
extends java.lang.Object

Some small unit tests to check whether the AudioFileDataSource and the ConcatAudioFileDataSource are working properly.


Field Summary
static java.lang.String baseDir
           
 
Constructor Summary
AudioDataSourcesTest()
           
 
Method Summary
 void setUp()
           
 void test8KhzSource()
           
 void testConcatDataSource()
           
 void testSimpleFileSources()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

baseDir

public static final java.lang.String baseDir
See Also:
Constant Field Values
Constructor Detail

AudioDataSourcesTest

public AudioDataSourcesTest()
Method Detail

setUp

public void setUp()

testSimpleFileSources

public void testSimpleFileSources()
                           throws DataProcessingException
Throws:
DataProcessingException

test8KhzSource

public void test8KhzSource()
                    throws DataProcessingException
Throws:
DataProcessingException

testConcatDataSource

public void testConcatDataSource()
                          throws DataProcessingException
Throws:
DataProcessingException