Skip to content

LuckyZhang12/SpeechDemo

Repository files navigation

目的

使用nuance引擎通过语音识别出文字,然后通过打印机将识别出的文字打印出来

以下为nuance如何使用的说明

SpeechKit 2 Sample App

This is intended to be a demonstration of some of the most common tasks you will perform with SpeechKit 2.

If you have problems or questions, feel free to contact us

You can also find Documentation, SDK Downloads, Account Settings, and more here

Setup

Note: This project was created for use in Android Studio.

Using SpeechKit as an AAR

We are compiling against API level 23, so make sure you have it installed.

  • Open this directory in Android Studio.
  • Copy SpeechKit.aar into ./app/aars

Using SpeechKit as a library project

If you are developing both this app and SpeechKit, you may want SpeechKit to be a library project.

Add the following to the dependencies block in the apps build.gradle file:

    compile (project(':speechkit')) {
        transitive false
    }

Add the following to your settings.gradle file:

    include ':speechkit'
    project(':speechkit').projectDir = new File(settingsDir, '<relative path to speechkit module>')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages