We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
看科大的接口说明: 当写入首块音频时,将audioStatus置为MSP_AUDIO_SAMPLE_FIRST 当写入最后一块音频时,将audioStatus置为MSP_AUDIO_SAMPLE_LAST 其余情况下,将audioStatus置为MSP_AUDIO_SAMPLE_CONTINUE ==> 流程中QISRAudioWrite, aud_stat 支会是MSP_AUDIO_SAMPLE_CONTINUE;
The text was updated successfully, but these errors were encountered:
在流程中加了判断的,可以看一下voice.c中的894行,这个是写入首块音频,在1004行是写入结束块音频
Sorry, something went wrong.
--- 908行 才是真正提交告知讯飞的,但906不是每次读取snd都符合的。。
蟹蟹,会尽快解决
No branches or pull requests
看科大的接口说明:
当写入首块音频时,将audioStatus置为MSP_AUDIO_SAMPLE_FIRST
当写入最后一块音频时,将audioStatus置为MSP_AUDIO_SAMPLE_LAST
其余情况下,将audioStatus置为MSP_AUDIO_SAMPLE_CONTINUE
==>
流程中QISRAudioWrite, aud_stat 支会是MSP_AUDIO_SAMPLE_CONTINUE;
The text was updated successfully, but these errors were encountered: