Class WhiteNoiseGenerator

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class WhiteNoiseGenerator
    extends FramedInputStream
    Author:
    K.Jaensch, klausj@phonetik.uni-muenchen.de
    • Constructor Summary

      Constructors 
      Constructor Description
      WhiteNoiseGenerator​(javax.sound.sampled.AudioFormat audioFormat, long length)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int read​(byte[] buf, int offset, int len)  
      • Methods inherited from class java.io.InputStream

        available, close, mark, markSupported, readAllBytes, readNBytes, reset, skip, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait