Package uk.ac.qmul.eecs.depic.daw
Class Chunk
- java.lang.Object
-
- uk.ac.qmul.eecs.depic.patterns.Range<java.lang.Float>
-
- uk.ac.qmul.eecs.depic.daw.Chunk
-
public class Chunk extends Range<java.lang.Float>
A Chunk is a set of contiguous audio samples. It is used in the visual representation of a sound wave where only the maximum and minimum values of all the samples are taken into account. In the sound wave a chuck would be drawn as a vertical line at a specific x position, all the contiguous chunks make the sound wave as usually drawn.
-
-
Field Summary
Fields Modifier and Type Field and Description static Chunk
SILENCE
-
Fields inherited from class uk.ac.qmul.eecs.depic.patterns.Range
end, NORMALIZED_RANGE_D, NORMALIZED_RANGE_F, start
-
-
Constructor Summary
Constructors Constructor and Description Chunk(java.lang.Short s1, java.lang.Short s2)
Chunk(Chunk chunk1, Chunk chunk2)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static int
domain()
float
getNormEnd()
float
getNormStart()
java.lang.String
toString()
-
-
-
Field Detail
-
SILENCE
public static final Chunk SILENCE
-
-