MRCP-Plugin-Demo
MRCP-Plugin-Demo copied to clipboard
A demo repository for UniMRCP plugin implementation with iflytek ASR & TTS API
Results
3
MRCP-Plugin-Demo issues
Sort by
recently updated
recently updated
newest added
使用freeswitch调用科大asr,只能识别30秒,超过30秒就识别不了。问了科大,科大没有做限制。
src/xfyun_synth_engine.c:311:35: warning: passing 'const void *' to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] mpf_buffer_audio_write(buffer, data, audio_len); ^~~~ ../../libs/mpf/include/mpf_buffer.h:43:63: note: passing argument to parameter 'data' here apt_bool_t mpf_buffer_audio_write(mpf_buffer_t *buffer,...