From 10c98747502191df47a40c01d6f89cb3d990fabe Mon Sep 17 00:00:00 2001 From: acevest Date: Mon, 18 Jan 2021 00:45:21 +0800 Subject: [PATCH] ... --- projects/audio_stream/audioweb/main.go | 13 ------------- projects/esp32_video_stream/esp32camweb/canvas.html | 10 +++++----- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/projects/audio_stream/audioweb/main.go b/projects/audio_stream/audioweb/main.go index 4c4cec5..2205e7e 100644 --- a/projects/audio_stream/audioweb/main.go +++ b/projects/audio_stream/audioweb/main.go @@ -60,19 +60,6 @@ func audioHandler(w http.ResponseWriter, r *http.Request) { continue } - - /* - data := make([]byte, len(p)/2, len(p)/2) - k := 0 - for i :=0; i