release
Used when done to clear the AudioByte object from memory.
Example:
val audioByte: AudioByte = AudioByte() // Create an AudioByte instance
val clickSound: Any = audioByte.load(Res.getUri("files/click.mp3")) // Load the audio file into memory
audioByte.release() // audio can no longer be calledContent copied to clipboard