Prevent audio mixing between each mode 89/264189/3
authorSuyeon Hwang <stom.hwang@samsung.com>
Tue, 14 Sep 2021 07:17:06 +0000 (16:17 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Tue, 12 Oct 2021 05:36:19 +0000 (14:36 +0900)
commit9b649cf75fe327c931f2ca38fcec84f5ad187604
treee3fa75ac6ddaa77e908f1dd301696772b23224d8
parent08eaf58af0a355a856955b2df2fb321b80db7a3b
Prevent audio mixing between each mode

By the change of audio policy, tts have to do not mix the voice of each engine process.

This patch makes all engine process acquire sound focus to send signal to other engine process.
By this change, each engine process can pause or stop the player by policy.

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