fix #34: add missing imports wav.go

This commit is contained in:
Chigozirim Igweamaka 2025-03-28 02:30:50 +01:00
parent b6fc65eb73
commit 7e883c30d5

View file

@ -2,14 +2,22 @@ package wav
import (
"bytes"
"context"
"encoding/base64"
"encoding/binary"
"encoding/json"
"errors"
"fmt"
"io/ioutil"
"log/slog"
"os"
"os/exec"
"song-recognition/models"
"song-recognition/utils"
"strings"
"time"
"github.com/mdobak/go-xerrors"
)
// WavHeader defines the structure of a WAV header