mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 17:04:22 +00:00
correction
This commit is contained in:
parent
cf82256666
commit
50785ffed5
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ func handleNewRecording(socket socketio.Conn, recordData string) {
|
|||
logger.ErrorContext(ctx, "failed to convert decodedData to samples.", slog.Any("error", err))
|
||||
}
|
||||
|
||||
/** this operation alters the audio, adding some level of bass to it.
|
||||
/** this operation alters the audio, adds some level of bass to it.
|
||||
if sampleRate != 44100 {
|
||||
samples, err = shazam.Downsample(samples, sampleRate, 44100)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue