From 03b2f1582d4935e5c82f1ad8bb540b4d8a0f3fac Mon Sep 17 00:00:00 2001 From: vivekchavan14 Date: Thu, 12 Mar 2026 07:24:03 +0530 Subject: [PATCH] Added audio level analysis --- index.html | 71 +++++---- internal/audio/analyzer.go | 309 +++++++++++++++++++++++++++++++++++++ internal/h264/analyzer.go | 2 + internal/webrtc/webrtc.go | 4 + internal/webrtc/whip.go | 37 ++++- 5 files changed, 388 insertions(+), 35 deletions(-) create mode 100644 internal/audio/analyzer.go diff --git a/index.html b/index.html index e74353e..49142d6 100644 --- a/index.html +++ b/index.html @@ -175,7 +175,8 @@ } .shell.analysis-started .analysis-panel { - max-height: 1400px; + max-height: 5000px; + overflow: visible; opacity: 1; transform: translateY(0); padding-top: 32px; @@ -359,13 +360,14 @@

Stream Sniff

- Stream Sniff analyzes your streaming video so you can get the best quality possible. It inspects what you send - and explains, in plain language, how it could be better. + Stream Sniff analyzes your streaming video and audio so you can get the best quality possible. It inspects + what you send and explains, in plain language, how it could be better.

@@ -402,9 +404,14 @@

Recommendations

-

Analysis

+

Video

- + + +
+

Audio

+
+