Package games.stendhal.client.sound.system

Examples of games.stendhal.client.sound.system.SoundSystem


    protected SoundManager()
    {
        Algebra.mov_Vecf(mHearerPosition, 0.0f);

    mSoundSystem = new SoundSystem(null, AUDIO_FORMAT, new Time(15, Time.Unit.MILLI), USE_NUM_MIXER_LINES);
    mSoundSystem.setDaemon(true);
    mSoundSystem.start();
    }
View Full Code Here

TOP

Related Classes of games.stendhal.client.sound.system.SoundSystem

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.