From 3fc4ef1cfad060e99d4194e8653e60cbdcfe5287 Mon Sep 17 00:00:00 2001 From: Ali <83210137+alielbekov@users.noreply.github.com> Date: Sat, 21 Dec 2024 07:39:21 -0800 Subject: [PATCH] show segments for non-real-time-vad on the test site (#171) --- test-site/src/index.html | 6 +- test-site/src/non-real-time-test.ts | 109 +++++++++++++++++++++++++++- test-site/vad-4-segment-test.m4a | Bin 0 -> 103093 bytes 3 files changed, 109 insertions(+), 6 deletions(-) create mode 100644 test-site/vad-4-segment-test.m4a diff --git a/test-site/src/index.html b/test-site/src/index.html index 58cebad..9d430c2 100644 --- a/test-site/src/index.html +++ b/test-site/src/index.html @@ -41,10 +41,10 @@
- Quick sanity check for non-real time: Select file, click "Process", and - check browser logs to see how many speech segments were found. + Upload an audio file to detect speech segments. The results will show + the start and end times of each detected segment.
-