JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修改配置文件

This commit is contained in:
田岩
2026-03-27 10:57:54 +08:00
parent 350b0519f5
commit f053a5e73a
5 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -2,11 +2,11 @@
ENV = 'development'
# 'development'
VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001'
#VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001'
#VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
# DEV
+1
View File
@@ -396,6 +396,7 @@
});
startAudioRecord({
onFrame: (pcmData: any) => {
console.log('pcmData', pcmData.length);
if (wsStatus.value && ws.value) {
if (voiceQueue.length > 0) {
voiceQueue.forEach((cachedData) => {
@@ -1,3 +1,3 @@
{
"minSdkVersion": "35"
"minSdkVersion": "29"
}
@@ -1,3 +1,3 @@
{
"minSdkVersion": "22"
"minSdkVersion": "29"
}
@@ -61,6 +61,7 @@ export function startAudioRecord(options : StartAudioRecordOptions) : void {
// const lastVolume = calculateVolumeLight(buffer, readSize);
// console.log('lastVolume', lastVolume);
options.onFrame?.(data)
}