public ISampleProvider PlaySound(CachedSound sound) { ISampleProvider provider = new CachedSoundSampleProvider(sound); AddMixerInput(provider); return(provider); }
public CachedSoundSampleProvider(CachedSound cachedSound) { this.cachedSound = cachedSound; }