Class AudioMixer

java.lang.Object
net.raphimc.audiomixer.AudioMixer
Direct Known Subclasses:
NormalizedAudioMixer

public class AudioMixer extends Object
  • Constructor Details

  • Method Details

    • playSound

      public void playSound(Sound sound)
    • stopSound

      public void stopSound(Sound sound)
    • stopAllSounds

      public void stopAllSounds()
    • getSoundModifiers

      public SoundModifiers getSoundModifiers()
    • renderMillis

      public float[] renderMillis(float millis)
    • render

      public float[] render(int frameCount)
    • getAudioFormat

      public AudioFormat getAudioFormat()
    • getMasterMixSound

      public MixSound getMasterMixSound()