Add ttsd_player_wait_to_play for creating AudioStream 33/316333/1
authordyamy-lee <dyamy.lee@samsung.com>
Mon, 19 Aug 2024 11:45:47 +0000 (20:45 +0900)
committerdyamy-lee <dyamy.lee@samsung.com>
Mon, 19 Aug 2024 11:45:51 +0000 (20:45 +0900)
commit64d7e071e33e64b682c4c496ec2568c70b620e7c
tree75c86e79e920ad64ffeb53a36a86c12979526604
parent180b3971a0311a981c0c173184c1d8dbdd3fa7d1
Add ttsd_player_wait_to_play for creating AudioStream

When playing tts with pcm, it also needs creating AudioStream instance.
`ttsd_player_wait_to_play` API helps this, and it makes same logic with `ttsd_server_play` API.

Change-Id: I6b912b006bb8d40720b54823ad2352985bf8344d
server/ttsd_server.c