Class 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 Detail

      • SILENCE

        public static final Chunk SILENCE
    • Constructor Detail

      • Chunk

        public Chunk(java.lang.Short s1,
                     java.lang.Short s2)
      • Chunk

        public Chunk(Chunk chunk1,
                     Chunk chunk2)
    • Method Detail

      • domain

        public static int domain()
      • getNormStart

        public float getNormStart()
      • getNormEnd

        public float getNormEnd()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Range<java.lang.Float>