Add Acoustic Echo Cancellation services 69/257069/14 accepted/tizen/unified/20210426.002351 submit/tizen/20210423.055047 submit/tizen/20210423.064540
authorJaechul Lee <jcsing.lee@samsung.com>
Fri, 12 Mar 2021 05:31:25 +0000 (14:31 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Fri, 23 Apr 2021 02:59:41 +0000 (11:59 +0900)
commit4a826060ea22239e364ebc677a878dd6ef916c23
tree07cd2ac7d14aec1ddd9a177f3a516e039193f2a3
parentf3d5f566bbb8b6a8128e39f5b2dae6407b2cfd95
Add Acoustic Echo Cancellation services

Added AEC services

[Version] 0.13.7
[Issue Type] New feature

Change-Id: I4ac638a0d61dae635efecd5e198bf2d2fec28557
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
14 files changed:
Makefile.am
aec/Makefile.am [new file with mode: 0644]
aec/algo_speex.c [new file with mode: 0644]
aec/algo_speex.h [new file with mode: 0644]
aec/loopback.c [new file with mode: 0644]
aec/loopback.h [new file with mode: 0644]
aec/main.c [new file with mode: 0644]
aec/static_queue.c [new file with mode: 0644]
aec/static_queue.h [new file with mode: 0644]
configure.ac
packaging/audio-aec.conf [new file with mode: 0644]
packaging/audio-aec.service [new file with mode: 0644]
packaging/libmm-sound.spec
packaging/org.tizen.AudioAec.service [new file with mode: 0644]