Package ipsk.audio.dsp
Class AudioSampleProcessorTest
- java.lang.Object
-
- ipsk.audio.dsp.AudioSampleProcessorTest
-
public class AudioSampleProcessorTest extends java.lang.Object- Author:
- K.Jaensch, klausj@phonetik.uni-muenchen.de
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classAudioSampleProcessorTest.AudioSampleProcessorImpl
-
Field Summary
Fields Modifier and Type Field Description static double[]TEST_VALUES
-
Constructor Summary
Constructors Constructor Description AudioSampleProcessorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestBigEndianConversion()Test method forAudioSampleProcessor.getDoubleValue(byte[],int).voidtestBigEndianEncoding()Test method forAudioSampleProcessor.encodeValue(double,byte[],int).voidtestBigEndianUnsignedConversion()Test method forAudioSampleProcessor.getDoubleValue(byte[],int).voidtestLittleEndianConversion()Test method forAudioSampleProcessor.getDoubleValue(byte[],int).voidtestLittleEndianEncoding()Test method forAudioSampleProcessor.encodeValue(double,byte[],int).voidtestLittleEndianUnsignedConversion()Test method forAudioSampleProcessor.getDoubleValue(byte[],int).
-
-
-
Method Detail
-
testLittleEndianConversion
public void testLittleEndianConversion() throws AudioFormatNotSupportedExceptionTest method forAudioSampleProcessor.getDoubleValue(byte[],int).- Throws:
AudioFormatNotSupportedException
-
testBigEndianConversion
public void testBigEndianConversion() throws AudioFormatNotSupportedExceptionTest method forAudioSampleProcessor.getDoubleValue(byte[],int).- Throws:
AudioFormatNotSupportedException
-
testLittleEndianUnsignedConversion
public void testLittleEndianUnsignedConversion() throws AudioFormatNotSupportedExceptionTest method forAudioSampleProcessor.getDoubleValue(byte[],int).- Throws:
AudioFormatNotSupportedException
-
testBigEndianUnsignedConversion
public void testBigEndianUnsignedConversion() throws AudioFormatNotSupportedExceptionTest method forAudioSampleProcessor.getDoubleValue(byte[],int).- Throws:
AudioFormatNotSupportedException
-
testLittleEndianEncoding
public void testLittleEndianEncoding() throws AudioFormatNotSupportedExceptionTest method forAudioSampleProcessor.encodeValue(double,byte[],int).- Throws:
AudioFormatNotSupportedException
-
testBigEndianEncoding
public void testBigEndianEncoding() throws AudioFormatNotSupportedExceptionTest method forAudioSampleProcessor.encodeValue(double,byte[],int).- Throws:
AudioFormatNotSupportedException
-
-