mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
bump rev to upstream r1401
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16719 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -329,11 +329,13 @@ static apt_bool_t demo_synth_channel_set_params(mrcp_engine_channel_t *channel,
|
||||
if(req_synth_header) {
|
||||
/* check voice age header */
|
||||
if(mrcp_resource_header_property_check(request,SYNTHESIZER_HEADER_VOICE_AGE) == TRUE) {
|
||||
apt_log(APT_LOG_MARK,APT_PRIO_INFO,"Set Voice Age [%d]",req_synth_header->voice_param.age);
|
||||
apt_log(APT_LOG_MARK,APT_PRIO_INFO,"Set Voice Age [%"APR_SIZE_T_FMT"]",
|
||||
req_synth_header->voice_param.age);
|
||||
}
|
||||
/* check voice name header */
|
||||
if(mrcp_resource_header_property_check(request,SYNTHESIZER_HEADER_VOICE_NAME) == TRUE) {
|
||||
apt_log(APT_LOG_MARK,APT_PRIO_INFO,"Set Voice Name [%s]",req_synth_header->voice_param.name);
|
||||
apt_log(APT_LOG_MARK,APT_PRIO_INFO,"Set Voice Name [%s]",
|
||||
req_synth_header->voice_param.name);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user