nw::snd::SoundSystem::Finalize Member Function#include <nw/snd/snd_SoundSystem.h> static void Finalize();
None.
Shuts down the sound system.
This terminates the thread(s) used to load sound data from ROM and the sound processing thread(s) created by SoundSystem::Initialize.
To execute finalization properly, you must first finalize all instances of the SoundArchivePlayer library, including instances of objects such as SoundArchivePlayer. For details, see the demos/snd/withSdk demo.
CONFIDENTIAL