From 6ec9f00bdd759be9479c4073938f210ccdf26b57 Mon Sep 17 00:00:00 2001 From: 4ian <1280130+4ian@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:27:30 +0000 Subject: [PATCH] [Auto] [Update] Add M4A to the list of supported audio file formats --- automated_updates_data.json | 2 +- docs/gdevelop5/all-features/audio/index.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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