提交 a132987f authored 作者: Brian West's avatar Brian West

woops left a debug in there

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9020 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 2ddfd226
...@@ -264,7 +264,6 @@ static switch_status_t pocketsphinx_asr_feed(switch_asr_handle_t *ah, void *data ...@@ -264,7 +264,6 @@ static switch_status_t pocketsphinx_asr_feed(switch_asr_handle_t *ah, void *data
/* only feed ps_process_raw when we are listening */ /* only feed ps_process_raw when we are listening */
if (ps->listening) { if (ps->listening) {
switch_mutex_lock(ps->flag_mutex); switch_mutex_lock(ps->flag_mutex);
printf(".");
rv = ps_process_raw(ps->ps, (int16 *)data, len / 2 , FALSE, FALSE); rv = ps_process_raw(ps->ps, (int16 *)data, len / 2 , FALSE, FALSE);
switch_mutex_unlock(ps->flag_mutex); switch_mutex_unlock(ps->flag_mutex);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论