diff --git a/automated_updates_data.json b/automated_updates_data.json index 88dd158d37e..356c44f6911 100644 --- a/automated_updates_data.json +++ b/automated_updates_data.json @@ -1,5 +1,5 @@ { - "last_automated_updates_commit": "7902b7ffb6c673b0ef13f5a23b85ce339cf6de40", + "last_automated_updates_commit": "34d6645d85370f037ad247353d7b682387bff6fd", "last_improved_things": [ { "date": "2026-02-16", diff --git a/docs/gdevelop5/all-features/audio/index.md b/docs/gdevelop5/all-features/audio/index.md index 38816455b3a..cab948af80e 100644 --- a/docs/gdevelop5/all-features/audio/index.md +++ b/docs/gdevelop5/all-features/audio/index.md @@ -23,7 +23,8 @@ The supported audio file formats depends on the platform, but are generally: Some platforms also support: * MP3 — but quality is below AAC (and this might not be always supported on some devices or operating systems), -* Ogg Vorbis (OGG), but it won't work on iOS and on the Safari browser. +* Ogg Vorbis (OGG), but it won't work on iOS and on the Safari browser, +* MPEG-4 Audio (M4A), which usually contains AAC-encoded audio. !!! tip