Package jm.audio.io

Examples of jm.audio.io.TextIn


     * primary audio object(s) are the one or more
     * objects which head up the chain(s)
     */
    public void createChain() {
        //define the chain
        TextIn tin = new TextIn(this, fileName, 44100, 1);
        SampleOut sout = new SampleOut(tin);
    }
View Full Code Here

TOP

Related Classes of jm.audio.io.TextIn

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.