Package org.asteriskjava.iax.audio.encodings.gsm

Examples of org.asteriskjava.iax.audio.encodings.gsm.Encoder


    AudioGSM(Audio8k a8) {
        _a8 = a8;
        _obuff = new byte[320];
        _ibuff = new byte[a8.getSampSz()];
        encoder = new Encoder();
    }
View Full Code Here

TOP

Related Classes of org.asteriskjava.iax.audio.encodings.gsm.Encoder

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.