Merge pull request #91382 from adamscott/sample-player

Add sample playback support
This commit is contained in:
Rémi Verschelde
2024-06-19 07:59:07 +02:00
committed by GitHub
42 changed files with 2611 additions and 46 deletions

View File

@ -365,3 +365,10 @@ Validate extension JSON: Error: Field 'classes/Animation/methods/track_find_key/
Added optional arguments to avoid finding keys out of the animation range (GH-86661), and to handle backward seeking.
Compatibility method registered.
GH-91382
--------
Validate extension JSON: Error: Field 'classes/AudioStreamPlaybackPolyphonic/methods/play_stream/arguments': size changed value in new API, from 4 to 6.
Optional arguments added. Compatibility methods registered.