org.tritonus.test
Class VorbisSilenceTestCase

java.lang.Object
  extended by TestCase
      extended by org.tritonus.test.VorbisSilenceTestCase

public class VorbisSilenceTestCase
extends TestCase

Tests conversion of Ogg files with long silence at the start of the file. NOTE: These tests create a large (26mb) temporary audio file in the sounds dir which is deleted after the test completes, but be sure you have sufficient disk space.


Constructor Summary
VorbisSilenceTestCase(java.lang.String strName)
           
 
Method Summary
 void testConvertSilentOggWithAudioOutStream()
           
 void testConvertSilentOggWithAudioSystem()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VorbisSilenceTestCase

public VorbisSilenceTestCase(java.lang.String strName)
Method Detail

testConvertSilentOggWithAudioOutStream

public void testConvertSilentOggWithAudioOutStream()
                                            throws java.lang.Exception
Throws:
java.lang.Exception

testConvertSilentOggWithAudioSystem

public void testConvertSilentOggWithAudioSystem()
                                         throws java.lang.Exception
Throws:
java.lang.Exception