Skip to content

Commit

Permalink
Prepare for 9.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Nov 8, 2023
1 parent 86ee38f commit fa58a56
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@

9.3.2 (11/08/2023)
------------------

* Fixed playback of very long sounds by changing arithmetic to avoid integer overflow
* Fixed exception when calling `draw()` on `BitmapData` when `readable` is `false`
* Fixed `Sound` not playing when calling `play()` immediately after `load()`, but before `Event.COMPLETE`
* Fixed `Sound` incorrectly throwing exception about valid `SampleDataEvent` range when listener generates zero samples
* Fixed `Sound` incorrectly throwing exception about valid `SampleDataEvent` range when `play()` is called between `load()` and `Event.COMPLETE`
* Fixed `Sound` incorrectly continuing to dispatch `SampleDataEvent.SAMPLE_DATA` after a previous dispatch generated zero samples
* Fixed `SoundChannel` ignoring `stop()` when generating audio with `SampleDataEvent.SAMPLE_DATA`
* Fixed `SoundChannel` failing to dispatch `Event.SOUND_COMPLETE` when `SampleDataEvent.SAMPLE_DATA` listener generates zero samples or is stopped
* Fixed `FileReferenceList` not dispatching `Event.CANCEL` when zero files are selected on html5 target, to better match `FileReference`
* Improved error message when calling `Sound.fromFile()` when file cannot be loaded

9.3.1 (10/17/2023)
------------------

Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "MIT",
"tags": [],
"description": "The \"Open Flash Library\" for fast 2D development",
"version": "9.3.1",
"releasenote": "NativeWindow, NativeApplication, SecureSocket, SampleDataEvent.SAMPLE_DATA, FileReference.upload(), and more",
"version": "9.3.2",
"releasenote": "Various bug fixes",
"contributors": [
"singmajesty",
"bowlerhat",
Expand Down

0 comments on commit fa58a56

Please sign in to comment.