mirror of
https://github.com/bloeys/wavy.git
synced 2025-12-29 09:28:19 +00:00
Remove unused consts
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user