[Tts] Add new API for TTS synthesized PCM (#5484)
authorSuyeon Hwang <35016426+stom-hwang@users.noreply.github.com>
Fri, 1 Sep 2023 12:27:07 +0000 (21:27 +0900)
committerGitHub <noreply@github.com>
Fri, 1 Sep 2023 12:27:07 +0000 (21:27 +0900)
commitf11d3406c281345cc41506b0319afc130db476ee
treebf2a247e997f8f6ab87d0763b27d049bcc33578b
parent59671318cc329bddb94a9b88a9fd08c62d61fcd1
[Tts] Add new API for TTS synthesized PCM (#5484)

* Add new method for playing mode

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
* Fix the description and typo

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
* Fix the name of property in SynthesizedPcmEventArgs

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
* Fix the property name and add getter

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
* Fix build error

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
---------

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
src/Tizen.Uix.Tts/Interop/Interop.Tts.cs
src/Tizen.Uix.Tts/Tizen.Uix.Tts/SynthesizedPcmEventArgs.cs [new file with mode: 0644]
src/Tizen.Uix.Tts/Tizen.Uix.Tts/TtsClient.cs