# Libdca

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Libdca
> Markdown URL: https://mediated.wiki/source/Libdca.md
> Source: https://en.wikipedia.org/wiki/Libdca
> Source revision: 1353624623
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

{{Lowercase title}}
{{Infobox software
| name                   = libdca
| logo                   =
| screenshot             =
| caption                =
| collapsible            =
| author                 = [Gildas Bazin](/source/Gildas_Bazin)
| developer              = [VideoLAN](/source/VideoLAN) project
| released               =
| latest release version = 0.0.6
| latest release date    = {{release date|2018|5|15}}
| latest preview version =
| latest preview date    =
| frequently updated     =
| programming language   = [C](/source/C_(programming_language))
| operating system       = [Cross-platform](/source/Cross-platform)
| platform               =
| size                   =
| language               =
| status                 =
| genre                  = [Library](/source/Library_(computing))
| license                = [GNU General Public Licence](/source/GNU_General_Public_Licence)
| website                = {{URL|http://www.videolan.org/developers/libdca.html}}
}}

'''libdca''' (formerly '''libdts''') is a free library for decoding [DTS Coherent Acoustics](/source/DTS_Coherent_Acoustics) streams. It is released under the terms of the [GNU General Public License](/source/GNU_General_Public_License), and is developed by [Gildas Bazin](/source/Gildas_Bazin) of the [VideoLAN](/source/VideoLAN) team. The library is based on the DTS Coherent Acoustics standard ([ETSI](/source/European_Telecommunications_Standards_Institute) 102 114 v1.2.1).

The library used in the [VLC media player](/source/VLC_media_player) can decode [DTS](/source/DTS_(sound_system)) audio tracks from [DVD](/source/DVD)s. It can also directly decode DTS files (.dts) and DTS-WAV files (.wav). libdca can also decode [DTS-ES](/source/DTS_(sound_system)) streams; however, it can only decode the standard 6 channels, as the additional "Extended Surround" extensions (for Matrix and 6.1 Discrete) require ES Extensions to the [codec](/source/codec).<ref name="dts-white-paper">{{cite web |url=http://www.dts.com/~/media/B962F033C9254AD4B62ECFC6293C9E86.ashx |title=DTS-HD White Paper (Section 5.1.4) |accessdate=2008-10-30 }}</ref>

libdca comes packaged with a small [proof of concept](/source/proof_of_concept) decoder, '''dcadec''' (formerly '''dtsdec'''). This program can decode DTS audio streams into [stereo](/source/Stereophonic_sound) [WAV](/source/WAV) or a single [multichannel](/source/Surround_sound) WAV, which can be played back through the sound card.

The development of libdca was frozen mostly by 2007 (version 0.0.5). The 2018 update (version 0.0.6) only includes changes to the build system.<ref>{{cite web |title=NEWS · master · VideoLAN / libdca |url=https://code.videolan.org/videolan/libdca/blob/master/NEWS |website=GitLab |date=26 March 2020 |language=en}}</ref> An unrelated program and library from 2016, also known as '''dcadec''', provides some extra functions, including support for the ES and HD extensions, the 96/24 format, and Master Audio streams. It has since displaced libdca in providing DCA/DTS support as an integral part of [ffmpeg](/source/ffmpeg).<ref>{{cite web |last1=foo86 |title=DTS Coherent Acoustics decoder with support for HD extensions: foo86/dcadec |url=https://github.com/foo86/dcadec |website=GitHub |accessdate=23 June 2019 |date=24 March 2019}}</ref>

==See also==
{{Portal|Free and open-source software}}
* [Digital Theater System](/source/DTS_(sound_system))
* [VLC media player](/source/VLC_media_player)

==References==
{{Reflist}}

==External links==
* [http://www.videolan.org/developers/libdca.html libdca Project Homepage]
* [https://web.archive.org/web/20131023081351/http://pda.etsi.org/pda/queryform.asp ESTI Publications Download Area] - Search for "DTS Coherent Acoustics" for the ETSI standard publication

Category:C (programming language) libraries
Category:Free computer libraries
Category:Audio libraries

{{Multimedia-software-stub}}
{{Compu-library-stub}}

---
Adapted from the Wikipedia article [Libdca](https://en.wikipedia.org/wiki/Libdca) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Libdca?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
