Class AudioFileLoader

  • java.lang.Object
    • uk.ac.qmul.eecs.depic.daw.test.AudioFileLoader


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

      Constructors 
      Constructor and Description
      AudioFileLoader() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static byte[] getAudioBuffer(java.net.URL fileURL) 
      static void loadFile(SoundWave wave, java.lang.String resourcePath) 
      • Methods inherited from class java.lang.Object

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

      • AudioFileLoader

        public AudioFileLoader()
    • Method Detail

      • loadFile

        public static void loadFile(SoundWave wave,
                                    java.lang.String resourcePath)
      • getAudioBuffer

        public static byte[] getAudioBuffer(java.net.URL fileURL)