Package org.jouvieje.fmodex

Examples of org.jouvieje.fmodex.SoundGroup


       
//        errorCheck(system.createDSPByType(FMOD_DSP_TYPE.FMOD_DSP_TYPE_PITCHSHIFT, dsp));
//        errorCheck(bgmGroup.addDSP(dsp, null));
//        dsp.setParameter(FMOD_DSP_PITCHSHIFT.FMOD_DSP_PITCHSHIFT_FFTSIZE.asInt(), 1024);
       
        SoundGroup soundGroup = new SoundGroup();
        errorCheck(system.getMasterSoundGroup(soundGroup));
        errorCheck(soundGroup.setMaxAudible(-1));
       
        System.out.println("Audio engine : FMOD Sound System by Firelight Technologies");
    }
View Full Code Here

TOP

Related Classes of org.jouvieje.fmodex.SoundGroup

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.