YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
21 stars 8 forks source link

Add a function to toggle strict error handling for audio functions #7285

Open toby-yoyo opened 4 weeks ago

toby-yoyo commented 4 weeks ago

Is your feature request related to a problem?

In 2024.8 we had intended to begin throwing for certain types of audio errors, but this has turned out to be a high-impact change (see https://github.com/YoYoGames/GameMaker-Bugs/issues/7284).

Describe the solution you'd like

We should add an option to toggle stricter handling of audio errors via a new audio function. This will throw for:

Describe alternatives you've considered

No response

Additional context

No response

jackerley commented 4 weeks ago

I think the default should be for stricter handling of errors