From 50785ffed555c85d76305fb7491731f7e8f14cc2 Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Sun, 30 Jun 2024 15:01:42 +0100 Subject: [PATCH] correction --- socketHandlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socketHandlers.go b/socketHandlers.go index 0145acf..ff3668c 100644 --- a/socketHandlers.go +++ b/socketHandlers.go @@ -213,7 +213,7 @@ func handleNewRecording(socket socketio.Conn, recordData string) { logger.ErrorContext(ctx, "failed to convert decodedData to samples.", slog.Any("error", err)) } - /** this operation alters the audio, adding some level of bass to it. + /** this operation alters the audio, adds some level of bass to it. if sampleRate != 44100 { samples, err = shazam.Downsample(samples, sampleRate, 44100) if err != nil {