OSDN Git Service

android/hal-audio-aptx: Add initial support for aptX codec
authorAndrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
Mon, 2 Jun 2014 16:37:49 +0000 (18:37 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 6 Jun 2014 08:27:45 +0000 (11:27 +0300)
commit683aa4bf368c3fcdf2216b2fe280bbd42fdd4699
tree53abd95ffa0d926ae6c9d591b86d9d356e4a6ee6
parent99849cb584bf30ebe8be93279de637de24926374
android/hal-audio-aptx: Add initial support for aptX codec

This patch adds support for aptX codec. Since this is proprietary codec
it requires to obtain license form vendor (CSR) in order to use it.
Also shared library which provices encoder implementation is required
since this implementation only wraps it into audio HAL.
android/Android.mk
android/Makefile.am
android/hal-audio-aptx.c [new file with mode: 0644]
android/hal-audio.c
android/hal-audio.h