From 6c166db5efe75a7f95b2e5aa24e8305484fa54f2 Mon Sep 17 00:00:00 2001 From: bloeys Date: Sat, 25 Jun 2022 16:55:14 +0400 Subject: [PATCH] Remove unused consts --- wavy_test.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/wavy_test.go b/wavy_test.go index d5aa36b..8ce0b72 100755 --- a/wavy_test.go +++ b/wavy_test.go @@ -8,12 +8,6 @@ import ( "github.com/bloeys/wavy" ) -const ( - sampleRate = 44100 - bitDepthInBytes = 2 - channelNum = 2 -) - func TestSound(t *testing.T) { fatihaFilepath := "./test_audio_files/Fatiha.mp3"