提交 19fe5695 authored 作者: Anthony Minessale's avatar Anthony Minessale

fix cepstral

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@767 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 235466d1
......@@ -32,8 +32,8 @@ switch_swig_wrap.o: switch_swig_wrap.c
$(CC) -w $(CFLAGS) -fPIC -c $< -o $@
fs_perl.$(DYNAMIC_LIB_EXTEN): $(MODNAME).$(DYNAMIC_LIB_EXTEN) switch_swig_wrap.o switch_swig.o perlxsi.o
$(CC) $(SOLINK) -o fs_perl.$(DYNAMIC_LIB_EXTEN) switch_swig_wrap.o switch_swig.o perlxsi.o $(LDFLAGS)
fs_perl.$(DYNAMIC_LIB_EXTEN): $(MODNAME).$(DYNAMIC_LIB_EXTEN) switch_swig_wrap.o switch_swig.o
$(CC) $(SOLINK) -o fs_perl.$(DYNAMIC_LIB_EXTEN) switch_swig_wrap.o switch_swig.o $(LDFLAGS)
$(MODNAME).$(DYNAMIC_LIB_EXTEN): $(MODNAME).c $(MODNAME).o $(OBJS)
......
......@@ -662,8 +662,9 @@ SWITCH_DECLARE(switch_status) switch_ivr_speak_text(switch_core_session *session
}
switch_console_printf(SWITCH_CHANNEL_CONSOLE, "done speaking text\n");
flags = 0;
switch_core_speech_close(&sh, &flags);
switch_core_codec_destroy(&codec);
flags = 0;
if (timer_name) {
/* End the audio absorbing thread */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论