Remove unused consts

This commit is contained in:
bloeys
2022-06-25 16:55:14 +04:00
parent b1bb5372e4
commit 6c166db5ef

View File

@ -8,12 +8,6 @@ import (
"github.com/bloeys/wavy" "github.com/bloeys/wavy"
) )
const (
sampleRate = 44100
bitDepthInBytes = 2
channelNum = 2
)
func TestSound(t *testing.T) { func TestSound(t *testing.T) {
fatihaFilepath := "./test_audio_files/Fatiha.mp3" fatihaFilepath := "./test_audio_files/Fatiha.mp3"