mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 08:54:19 +00:00
remove print statement
This commit is contained in:
parent
1d012bed5e
commit
fda82f8f03
1 changed files with 0 additions and 1 deletions
|
|
@ -206,7 +206,6 @@ func handleNewRecording(socket socketio.Conn, recordData string) {
|
|||
channels := recData.Channels
|
||||
sampleRate := recData.SampleRate
|
||||
bitsPerSample := recData.SampleSize
|
||||
fmt.Println(channels, sampleRate, bitsPerSample)
|
||||
|
||||
samples, err := wav.WavBytesToSamples(decodedAudioData)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue