projects
/
platform
/
core
/
uifw
/
voice-control.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aeed18
)
Change function to vc_tts_get_synthesized_audio_details
58/214658/1
submit/tizen/20190926.020351
author
wn.jang
<wn.jang@samsung.com>
Wed, 25 Sep 2019 05:49:51 +0000
(14:49 +0900)
committer
wn.jang
<wn.jang@samsung.com>
Wed, 25 Sep 2019 05:50:15 +0000
(14:50 +0900)
Change-Id: If6273314a49397bb0f33eca45ccea7ed867916cd
client/vc.c
patch
|
blob
|
history
diff --git
a/client/vc.c
b/client/vc.c
index 458ece84d6bb1e69dbed9c26d528145faeb517ba..c4461372020be0563482a39ceaffcba0e17ea916 100644
(file)
--- a/
client/vc.c
+++ b/
client/vc.c
@@
-3141,7
+3141,7
@@
int vc_tts_cancel(int utt_id)
return ret;
}
-int vc_tts_get_
audio_format
(int* rate, vc_audio_channel_e* channel, vc_audio_type_e* audio_type)
+int vc_tts_get_
synthesized_audio_details
(int* rate, vc_audio_channel_e* channel, vc_audio_type_e* audio_type)
{
vc_state_e state;
int ret = -1;