科大讯飞语音SDK使用

使用方法

1、确认自己的麦克风好使

先在Windows下用录音机测试,再在Ubuntu下用

设置——声音——输出,测试

2、进入sample目录的xxx(eg:iat_online_record_sample)目录下,运行下面的命令

source 64bit_make.sh

3、在bin目录下执行对应的可执行文件 eg:

./iat_online_record_sample

例子解释

asr_offline_record_sample:离线命令词识别,可录音

asr_offline_sample:离线命令词识别,不可录音

iat_online_record_sample:在线命令词识别,可录音

iat_online_sample:在线命令词识别,不可录音

ise_online_sample:语音评测

sch_translate_sample:语音翻译

tts_online_sample:语音合成

你可能感兴趣的:(语音识别,人工智能)