Skip to content

Commit

Permalink
Add m4b as a type of audio/mp4
Browse files Browse the repository at this point in the history
This is commonly used for audiobooks
  • Loading branch information
dhouck authored Jan 15, 2025
1 parent ba984a1 commit c489c6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/custom-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,11 @@
},
"audio/mp4": {
"compressible": false
"extensions": ["m4b"],
"notes": "m4b is used for bookmarkable mp4 files, especially audiobooks or podcasts",
"sources": [
"https://www.loc.gov/preservation/digital/formats/fdd/fdd000052.shtml#sign"
]
},
"audio/mpeg": {
"compressible": false
Expand Down

0 comments on commit c489c6b

Please sign in to comment.