fix cepstral
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@767 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
235466d196
commit
19fe569576
|
@ -32,8 +32,8 @@ switch_swig_wrap.o: switch_swig_wrap.c
|
||||||
$(CC) -w $(CFLAGS) -fPIC -c $< -o $@
|
$(CC) -w $(CFLAGS) -fPIC -c $< -o $@
|
||||||
|
|
||||||
|
|
||||||
fs_perl.$(DYNAMIC_LIB_EXTEN): $(MODNAME).$(DYNAMIC_LIB_EXTEN) switch_swig_wrap.o switch_swig.o perlxsi.o
|
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 perlxsi.o $(LDFLAGS)
|
$(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)
|
$(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");
|
switch_console_printf(SWITCH_CHANNEL_CONSOLE, "done speaking text\n");
|
||||||
|
flags = 0;
|
||||||
|
switch_core_speech_close(&sh, &flags);
|
||||||
switch_core_codec_destroy(&codec);
|
switch_core_codec_destroy(&codec);
|
||||||
flags = 0;
|
|
||||||
|
|
||||||
if (timer_name) {
|
if (timer_name) {
|
||||||
/* End the audio absorbing thread */
|
/* End the audio absorbing thread */
|
||||||
|
|
Loading…
Reference in New Issue