# xftpdemo **Repository Path**: TPSELF/xftpdemo ## Basic Information - **Project Name**: xftpdemo - **Description**: 讯飞语音识别、语音测评功能! - **Primary Language**: Dart - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-16 - **Last Updated**: 2022-02-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xftpdemo 科大讯飞-语音识别-语音测评-Flutter版demo 根据讯飞语音WebAPI编写的Flutter版demo 官方文档地址:https://www.xfyun.cn/doc/asr/voicedictation/API.html git地址:https://gitee.com/TPSELF/xftpdemo.git 注:该语音测评功能基于xf_demo上扩展研发,感谢老哥:https://gitee.com/xiaobug/xf_demo 一、功能: 1、语音识别demo中包含的内容(https://www.xfyun.cn/doc/asr/voicedictation/API.html): 1),pcm格式录音 2),语音转文字 2、语音测评demo中包含的内容(https://www.xfyun.cn/doc/Ise/IseAPI.html): 1),pcm格式录音 2),语音评分 二、步骤: 1、到讯飞平台创建应用:https://console.xfyun.cn/app/myapp 2、针对语音识别功能: 1)、到讯飞平台(https://console.xfyun.cn/services/iat)获取APPID、APISecret、APIKey, 2)、定位到lib/iat/iat_page.dart文件夹下,替换相应位置。 3、针对语音测评功能: 1)、到讯飞平台(https://console.xfyun.cn/services/ise)获取APPID、APISecret、APIKey, 2)、定位到lib/ise/ise_page.dart文件夹下,替换相应位置。