feat: add M4A/AAC support and update application version to dev43

This commit is contained in:
2025-12-06 23:06:32 -06:00
parent 5d9ce1fdb9
commit 8be23ca4fc
7 changed files with 204 additions and 27 deletions

View File

@@ -6,7 +6,9 @@ enum file_types
FILE_TYPE_VORBIS,
FILE_TYPE_OPUS,
FILE_TYPE_MP3,
FILE_TYPE_SID
FILE_TYPE_SID,
FILE_TYPE_M4A,
FILE_TYPE_AAC
};
/**