xx
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
scriptProcessor: null, // 音频处理节点
|
||||
audioBufferSource: null, // 音频源节点
|
||||
frameBufferList: [], // 缓存音频帧
|
||||
// wsUrl: "ws://127.0.0.1:8000/ws/audio", // 替换为实际后端地址
|
||||
wsUrl: "ws://172.16.89.58:8000/ws/audio", // 替换为实际后端地址
|
||||
wsUrl: "ws://127.0.0.1:8000/ws/audio", // 替换为实际后端地址
|
||||
// wsUrl: "ws://172.16.89.58:8000/ws/audio", // 替换为实际后端地址
|
||||
// wsUrl: "ws://25.64.32.157:9603/trapractice/voiceCallSocket/voiceCall?summary=3D072C9D242C96EA3F0FD647CB14A6F4B4BEA4493BB2FAAB065935FB405071B8A903128E488B6D06BEB23FD4E3D15EE6", // 替换为实际后端地址
|
||||
};
|
||||
},
|
||||
@@ -76,6 +76,8 @@
|
||||
this.onStartRecord()
|
||||
} else if (msgType === MessageType.AUDIO_DATA) {
|
||||
this.$refs.aaa.appendBuffer(body)
|
||||
}else {
|
||||
console.log('其他消息', body);
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"hash": "1d959fb8",
|
||||
"configHash": "0d2436b6",
|
||||
"lockfileHash": "6ccee1ba",
|
||||
"browserHash": "2ee35306",
|
||||
"hash": "a4207d61",
|
||||
"configHash": "c22f3258",
|
||||
"lockfileHash": "86a59871",
|
||||
"browserHash": "52f5bffd",
|
||||
"optimized": {
|
||||
"text-encoding": {
|
||||
"src": "../../../../../node_modules/text-encoding/index.js",
|
||||
"file": "text-encoding.js",
|
||||
"fileHash": "ad7e1515",
|
||||
"fileHash": "561a7cb8",
|
||||
"needsInterop": true
|
||||
}
|
||||
},
|
||||
|
||||
@@ -3,9 +3,9 @@ var __commonJS = (cb, mod) => function __require() {
|
||||
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
||||
};
|
||||
|
||||
// C:/Users/1/Desktop/testAudio/测试流式传输uniapp/node_modules/text-encoding/lib/encoding-indexes.js
|
||||
// F:/aistream-test/测试流式传输uniapp/node_modules/text-encoding/lib/encoding-indexes.js
|
||||
var require_encoding_indexes = __commonJS({
|
||||
"C:/Users/1/Desktop/testAudio/测试流式传输uniapp/node_modules/text-encoding/lib/encoding-indexes.js"(exports, module) {
|
||||
"F:/aistream-test/测试流式传输uniapp/node_modules/text-encoding/lib/encoding-indexes.js"(exports, module) {
|
||||
(function(global) {
|
||||
"use strict";
|
||||
if (typeof module !== "undefined" && module.exports) {
|
||||
@@ -50,9 +50,9 @@ var require_encoding_indexes = __commonJS({
|
||||
}
|
||||
});
|
||||
|
||||
// C:/Users/1/Desktop/testAudio/测试流式传输uniapp/node_modules/text-encoding/lib/encoding.js
|
||||
// F:/aistream-test/测试流式传输uniapp/node_modules/text-encoding/lib/encoding.js
|
||||
var require_encoding = __commonJS({
|
||||
"C:/Users/1/Desktop/testAudio/测试流式传输uniapp/node_modules/text-encoding/lib/encoding.js"(exports, module) {
|
||||
"F:/aistream-test/测试流式传输uniapp/node_modules/text-encoding/lib/encoding.js"(exports, module) {
|
||||
(function(global) {
|
||||
"use strict";
|
||||
if (typeof module !== "undefined" && module.exports && !global["encoding-indexes"]) {
|
||||
@@ -1796,9 +1796,9 @@ var require_encoding = __commonJS({
|
||||
}
|
||||
});
|
||||
|
||||
// C:/Users/1/Desktop/testAudio/测试流式传输uniapp/node_modules/text-encoding/index.js
|
||||
// F:/aistream-test/测试流式传输uniapp/node_modules/text-encoding/index.js
|
||||
var require_text_encoding = __commonJS({
|
||||
"C:/Users/1/Desktop/testAudio/测试流式传输uniapp/node_modules/text-encoding/index.js"(exports, module) {
|
||||
"F:/aistream-test/测试流式传输uniapp/node_modules/text-encoding/index.js"(exports, module) {
|
||||
var encoding = require_encoding();
|
||||
module.exports = {
|
||||
TextEncoder: encoding.TextEncoder,
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user