如何將SDK提供的TTS與ASR運行在其他APP裡?

目前參考TTSActivity和CloudASRActivity的java檔,想運行在其他APP
請問要做那些設定呢?有些import無法引入

@chuangwater2487
您好,這份Sample Code需要搭配引入Nuwa SDK。

可以參考看看這個使用SDK入門
https://bj.bcebos.com/v1/nuwarobotics-files/sdk/NUWA_Robot_SDK_Tutorial_en.html

若引入NuwaSDK還是有import上的錯誤,歡迎貼出來一起討論。

請問是哪裡設定有問題嘛!?
error: cannot find symbol private NuwaRobotAPI mRobot;

0_1614847749052_1.PNG 0_1614847757553_2.PNG 0_1614847906721_3.PNG

@chuangwater2487 Hi, 想請你幫忙檢查一下,是否有import相關class

import com.nuwarobotics.service.IClientId;
import com.nuwarobotics.service.agent.NuwaRobotAPI;
import com.nuwarobotics.service.agent.RobotEventListener;

另外我注意到app\build.gradle沒有宣告這段,可能會找不到位於\libs路徑下的aar檔案

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])

以上線索可以參考一下

Log in to reply

Looks like your connection to NUWA robotics developer forum was lost, please wait while we try to reconnect.