v2.3.0 test build
Pre-release
Pre-release
Implements #47. Caching of decoded SoundFile
data (which used to block audio samples from being garbage collected) can now be disabled in two ways:
- set the (new) third constructor argument to
false
:new SoundFile(this, filename, false)
- method:
soundfile.removeFromCache()