2019.9.5 curriculum design case

A day to complete the task
will Baidu speech sdk loaded into the original project and can use the
privileges of code you need to add the following:

 <meta-data
            android:name="com.baidu.speech.APP_ID"
            android:value="17181999"/>
        <meta-data
            android:name="com.baidu.speech.API_KEY"
            android:value="2DGQ7Zol1YTk81H2bnLayEbj" />
        <meta-data
            android:name="com.baidu.speech.SECRET_KEY"
            android:value="ElCNezr1MU5P67riGO1oGjoIqrFkpWxT" />
        <service android:name="com.baidu.speech.VoiceRecognitionService" android:exported="false" />
        <service android:name="com.amap.api.location.APSService" />

 

 Second, the next day's program

Preparing for a third presentation, and improve the APP

Third, Daily Summary

Baidu voice can import procedures, but the problem is we need to complete the teacher Zhao speech input destination realize there are some difficulties, because the navigation page called is enclosed in a jar package, it is difficult to change, so we have more headaches for this part. Imported high moral map in every new project needs a new key, if not you can not start navigation.

Guess you like

Origin www.cnblogs.com/hj609/p/11469520.html