v18 Missing AudioCodecs in the API: DTS:X and Dolby Atmos - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: v18 Missing AudioCodecs in the API: DTS:X and Dolby Atmos (/showthread.php?tid=359533) |
Missing AudioCodecs in the API: DTS:X and Dolby Atmos - Koloss - 2021-01-02 Hey, I missing the Audiocodecs DTS:X and Dolby Atmos in the API KODI 18/19 KODI API Can the Kodi team add this? RE: Missing AudioCodecs in the API: DTS:X and Dolby Atmos - blunden - 2021-02-24 I don't think those formats belong there since they're not really codecs. Instead, they are a combination of an existing Dolby (Dolby Digital Plus or Dolby TrueHD) or DTS codec audio stream with extra metadata added. They need to be passed through to a compatible sound system and can't be decoded to LPCM or similar by Kodi with the spacial metadata intact. Kodi 18 and 19 already supports passthrough of these formats. |