Giter VIP home page Giter VIP logo

smartfactory's Introduction

SmartFactory项目简介

开发环境

  • Windows 7
  • Visual Studio 2017
  • .Net 4.6.1

运行环境配置

硬件

  • 摄像头、麦克风、音响

人脸识别

语音识别和语音合成

  • 在科大讯飞官网注册并获取离线命令词识别SDK离线语音合成SDK
  • 将SmartFactory项目下的msc_x64.dll替换为离线命令词识别SDK中bin文件夹中的msc_x64.dll
  • 将SmartFactory项目下msc/asr文件夹中的所有.jet文件删除并替换为自己下载的离线命令词识别SDK中bin/msc/res/asr文件夹中的所有.jet文件
  • 将SmartFactory项目下msc/tts文件夹中的所有.jet文件删除并替换为自己下载的离线语音合成SDK中bin/msc/res/tts文件夹中的所有.jet文件
  • 用讯飞开放平台控制台中的APPID给SmartFactory项目下MainWindows.xaml.cs文件中的"loginParam"属性赋值(例如:loginParam = "APPID = 123456";)
  • 将SmartFactory项目下的tengen.bnf中的command替换为自己需要识别的命令词,不同命令词之间用"|"分隔
  • SmartFactory项目下的tengen.tbk中的每一行为一个完整的语音识别和合成的反馈组合,"|"的左边为语音识别的命令词,右边为语音合成需要反馈的语句

可能会遇到的问题

  • 在Windows10环境下编译运行可能会遇到语音识别模块的报错问题。
    解决方案:
    1、在Windows7环境下编译运行
    2、向科大讯飞QQ群求助(群号:514352489)

联系作者

  • QQ:718825515

smartfactory's People

Contributors

ilovehotmilk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.