IrrKlang.NET

ISoundEngine.RemoveAllSoundSources Method 

Removes all sound sources from the engine. This will also cause all sounds to be stopped. Removing sound sources is only necessary if you know you won't use a lot of non-streamed sounds again. Sound sources of streamed sounds do not cost a lot of memory.

[Visual Basic]
Public Sub RemoveAllSoundSources()
[C#]
public void RemoveAllSoundSources();

See Also

ISoundEngine Class | IrrKlang Namespace