Support audio I/O on TV code 93/289493/2
authorSuyeon Hwang <stom.hwang@samsung.com>
Thu, 9 Mar 2023 00:45:38 +0000 (09:45 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Thu, 9 Mar 2023 02:10:47 +0000 (11:10 +0900)
commit3adc099377af8dfb587d28bc7e739d7541ae88fb
treeeb32a37f1c4ed87187f234e9239d0b39477bc498
parentd63493f5ff2af347ba5f3c1e469807c93fbe7f4e
Support audio I/O on TV code

- Issue:
On TV, STT can not record voice with USB MIC.

- Solution:
In previous code, STT framework did not use audio I/O framework on TV
platform code. So, on TV, STT framework did not record sound using audio
I/O framework. This patch makes the framework use audio I/O framework on
TV. Through this patch, STT framework choose the recording source by
audio ID which is set by clients. Of course, even though this patch is
applied, the code for TV only will be still blocked in common image.

Change-Id: I45e68b614fd48a818c06822979738c0021e4532a
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
server/sttd_recorder.c