提交 c9ef6f19 编写于 作者: F forum_service

update components

上级 a3da30bd
......@@ -25,9 +25,6 @@
#define MIT_ASR_BUFFER_SIZE 200 * 1024 //50K
#define MIT_ASR_KEY "y5QsLk2A3acWEhCs"
#define MIT_ASR_TOKEN "4a37aa0c0373498ea04f732054841b62"
#define MIT_ASR_URL "wss://nls-gateway-inner.aliyuncs.com/ws/v1"
#define MIT_ASR_TASK_QUIT_EVT (0x01)
......@@ -200,6 +197,7 @@ static void get_uuid(char *uuid)
static char *mit_asr_get_account(void)
{
return "";
cJSON *js_account_info = NULL;
char *account_info_p = NULL;
char device_uuid[100] = {0};
......
......@@ -24,9 +24,6 @@ typedef enum {
#define EVENT_TTS_FINISHED (1 << 0)
#define EVENT_TTS_PLAYER_FINISHED (1 << 1)
#define MIT_TTS_APP_KEY "9a7f47f2"
#define MIT_TTS_TOKEN "a2f8b80e04f14fdb9b7c36024fb03f78"
#define MIT_TTS_URL "wss://nls-gateway-inner.aliyuncs.com/ws/v1"
#define TAG "MinDCloud"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册