Skip to content

v2.3.0 test build

Pre-release
Pre-release
Compare
Choose a tag to compare
@kevinstadler kevinstadler released this 15 Nov 07:09

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()