Package org.sound

Examples of org.sound.TCircularBuffer


        super(new ByteArrayInputStream(EMPTY_BYTE_ARRAY), outputFormat, lLength);
        if (TDebug.TraceAudioConverter) {
            TDebug.out("TAsynchronousFilteredAudioInputStream.<init>(): begin");
        }
        // blocking read, write and this as trigger
        m_circularBuffer = new TCircularBuffer(nBufferSize, false, true, this);
        m_nMinAvailable = nMinAvailable;
        if (TDebug.TraceAudioConverter) {
            TDebug.out("TAsynchronousFilteredAudioInputStream.<init>(): end");
        }
    }
View Full Code Here

TOP

Related Classes of org.sound.TCircularBuffer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.