AudioSound free memory?

Hey, what do you need to do to completely remove an AudioSound from memory?

Remove all references to your AudioSound object and let it destruct normally, like any other Python object.

If you want to be really thorough, you could also call AudioManager.uncacheSound(filename).

David