Unity access SDK-01 Baidu speech recognition 1 (Android version)

1. Register and log in to Baidu account

1. Go to Baidu AI open platform  https://ai.baidu.com to  register an account

2. After the account registration is completed, apply for authentication. There are enterprise version and personal version. The enterprise version requires a company business license, and the personal version requires an ID card.

 

Two, log in to Baidu account

 

3. Download Baidu Speech Recognition SDK

1. Register on Baidu Cloud official website, enter "Voice Technology", and start creating your application.

 

2. After creation, you can view AppID, APIKEY, SecretKEY on the list page: as follows (this is the key, very useful)

3. Download the Baidu cloud voice package https://ai.baidu.com/sdk#asr , Android version;

4. View the Baidu Cloud technical documentation: https://cloud.baidu.com/doc/SPEECH/ASR-Android-SDK.html#DEMO.E5.8E.8B.E7.BC.A9.E5.8C.85. E8.AF.B4.E6.98.8E

 

Four, DEMO compression package description

1.bdasr_V3_xxx_xxx.jar is located in the core/libs directory

2. armeabi, armeabi-v7a, arm64-v8a, x86, x86_64. The 5 architecture directories are located in the core/src/main/jniLibs directory

 

Unity source code: https://github.com/yongliangchen/BaiduSpeechForUnity.git

Android source code: https://github.com/yongliangchen/BaiduSpeechForAndroid.git

QQ exchange group: 94761835

Guess you like

Origin blog.csdn.net/a451319296/article/details/107546266