public void Init(AudioDevice audioDevice, Vector2 minMaxDistance, int nSoundChannels, JMOD.CustomReadFileMethodDelegate customReadFileMethod)
 {
     SoundSystem = new SoundSystem(minMaxDistance, nSoundChannels, customReadFileMethod);
     AudioDevice = audioDevice;
     SystemGlue = new JMODSystem(SoundSystem);
 }
Exemple #2
0
 public void Init(AudioDevice audioDevice, Vector2 minMaxDistance, int nSoundChannels, JMOD.CustomReadFileMethodDelegate customReadFileMethod)
 {
     SoundSystem = new SoundSystem(minMaxDistance, nSoundChannels, customReadFileMethod);
     AudioDevice = audioDevice;
     SystemGlue  = new JMODSystem(SoundSystem);
 }