From 4cd65b9d97e5fb172477b31d3dc5bc136cc6950b Mon Sep 17 00:00:00 2001 From: "roman.artiukhin" Date: Fri, 22 Dec 2023 13:40:54 +0200 Subject: Codecs: mp4: Disable SBR decoding for PP5002 - PP5022 platforms Includes ipod video (5G) and earlier models, sansa c200 and others players not capable to decode AAC-HE. Allows to play backward compatible files as AAC-LC. Change-Id: Ic9f5c0f255d9a4308c3414d402f8f27f4328ca94 --- manual/appendix/file_formats.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'manual/appendix/file_formats.tex') diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex index c40a7d35ae..dd12993d36 100644 --- a/manual/appendix/file_formats.tex +++ b/manual/appendix/file_formats.tex @@ -86,10 +86,10 @@ & \fname{.adx} & Encrypted ADX is not supported.\\ Advanced Audio Coding - & \fname{.m4a}, \fname{.m4b}, \fname{.mp4}, \fname{.rm}, \fname{.ra}, \fname{.rmvb} - \nopt{clipv1,c200v2}{ + & \fname{.aac}, \fname{.m4a}, \fname{.m4b}, \fname{.mp4}, \fname{.rm}, \fname{.ra}, \fname{.rmvb} + \opt{codec_aac_he}{ & Supports AAC-LC, -HEv1, and -HEv2 profiles\\} - \opt{clipv1,c200v2}{ % low memory targets (CODEC_SIZE <= 512 KB) + \nopt{codec_aac_he}{ % low memory (CODEC_SIZE <= 512 KB) or slow cpu targets & Supports AAC-LC profile\\} MPEG audio & \fname{.mpa}, \fname{.mpga}, \fname{.mp1}, \fname{.mp2}, \fname{.mp3} @@ -122,7 +122,7 @@ & \\ \end{rbtabular} - \note{AAC-HE profiles might not play in realtime on all devices due to CPU + \note{AAC-HE profiles \opt{codec_aac_he}{might not play in realtime on all devices}\nopt{codec_aac_he}{are disabled on this device} due to CPU performance requirements.} \subsection{Lossless Codecs} -- cgit v1.2.3