Common audio/image file extensions on macOS

I have a need to list all known audio/image file types in a planned app.

What I have known so far:

images

.apng
.avi, .avif
.gif
.jpg, .jpeg, .jfif, .pjpeg, .pjp
.png
.svg
.webp

audio

.aif
.cda
.mid, .midi
.mp3
.mpa
.ogg
.wav
.wma

What are the missing ones?

Replies

I have a need to list all known audio/image file types in a planned app.

What do you plan to do with that info? Because there may a better way forward here.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

  • My need is simple - search in some directories for certain types of files and process the result list.

Add a Comment

For other peoples reference, I have found the answer in this thread, thanks to Quinn's reply.