Class Convert

  • java.lang.Object
    • at.ofai.music.audio.Convert


  • public class Convert
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      Convert() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void monoShortToDouble(byte[] in, double[] out, boolean isBigEndian) 
      static void monoShortToInt(byte[] in, int[] out, boolean isBigEndian) 
      static void monoShortToInt(byte[] in, int inIndex, int bytes, int[] out, int outIndex, boolean isBigEndian) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Convert

        public Convert()
    • Method Detail

      • monoShortToInt

        public static void monoShortToInt(byte[] in,
                                          int[] out,
                                          boolean isBigEndian)
      • monoShortToInt

        public static void monoShortToInt(byte[] in,
                                          int inIndex,
                                          int bytes,
                                          int[] out,
                                          int outIndex,
                                          boolean isBigEndian)
      • monoShortToDouble

        public static void monoShortToDouble(byte[] in,
                                             double[] out,
                                             boolean isBigEndian)