Class AudioMixer

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

public class AudioMixer extends Object
  • Constructor Details

    • AudioMixer

      public AudioMixer(AudioFormat audioFormat)
  • Method Details

    • playSound

      public void playSound(Sound sound)
    • stopSound

      public void stopSound(Sound sound)
    • stopAllSounds

      public void stopAllSounds()
    • getSoundModifiers

      public SoundModifiers getSoundModifiers()
    • mixMillis

      public int[] mixMillis(int millis)
    • mix

      public int[] mix(int sampleCount)
    • getAudioFormat

      public AudioFormat getAudioFormat()
    • getMasterMixSound

      public SubMixSound getMasterMixSound()