Spaces:
Running
Running
Update process.js
Browse files
__pycache__/analyze.cpython-310.pyc
CHANGED
Binary files a/__pycache__/analyze.cpython-310.pyc and b/__pycache__/analyze.cpython-310.pyc differ
|
|
__pycache__/process.cpython-310.pyc
CHANGED
Binary files a/__pycache__/process.cpython-310.pyc and b/__pycache__/process.cpython-310.pyc differ
|
|
static/process.js
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
let recordingInterval;
|
6 |
let count_voice = 0;
|
7 |
let before_rate = [];
|
8 |
-
const RECORDING_INTERVAL_MS =
|
9 |
// メンバーとチャートの初期化
|
10 |
let members = [];
|
11 |
let voiceData = [];
|
|
|
5 |
let recordingInterval;
|
6 |
let count_voice = 0;
|
7 |
let before_rate = [];
|
8 |
+
const RECORDING_INTERVAL_MS = 5000; // 5秒
|
9 |
// メンバーとチャートの初期化
|
10 |
let members = [];
|
11 |
let voiceData = [];
|