Support stream-based echo-cancellation 98/272298/9 accepted/tizen/unified/20220325.133421 submit/tizen/20220324.031223
authorJaechul Lee <jcsing.lee@samsung.com>
Tue, 15 Mar 2022 02:17:22 +0000 (11:17 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Tue, 22 Mar 2022 06:14:34 +0000 (15:14 +0900)
commit0833683089f3b2c2bc50bff37e477b2e41cd0705
tree8de095d915a1bcc71bfb4c21c48f1cf4ac173185
parent6353d6c26a851101dbe98234748fb6bcecd07535
Support stream-based echo-cancellation

 * Added module-tizenaudio-echo-cancel (Supported adrian, speex)
 * Added processor module that processes resampled pcm data
 * Added a few messages in sink2/source2

[Version] 15.0.4
[Issue Type] New Feature

Change-Id: Ie6e8c3de0bf5fec20c3a087daf377fdcbd82303b
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
13 files changed:
Makefile.am
configure.ac
packaging/pulseaudio-modules-tizen.spec
src/echo-cancel/adrian-aec.c [new file with mode: 0644]
src/echo-cancel/adrian-aec.h [new file with mode: 0644]
src/echo-cancel/algo_adrian.c [new file with mode: 0644]
src/echo-cancel/algo_speex.c [new file with mode: 0644]
src/echo-cancel/echo-cancel-def.h [new file with mode: 0644]
src/echo-cancel/module-tizenaudio-echo-cancel.c [new file with mode: 0644]
src/echo-cancel/processor.c [new file with mode: 0644]
src/echo-cancel/processor.h [new file with mode: 0644]
src/module-tizenaudio-sink2.c
src/module-tizenaudio-source2.c