1
0
mirror of https://github.com/fumiama/ahsai.git synced 2026-06-11 02:50:26 +08:00

chore: update deps

This commit is contained in:
源文雨
2025-09-30 22:18:31 +08:00
parent 6301a94e92
commit 54bdb0ca72
5 changed files with 36 additions and 53 deletions

6
ogg.go
View File

@@ -5,9 +5,9 @@ import (
"net/http"
"os"
"github.com/faiface/beep"
"github.com/faiface/beep/vorbis"
"github.com/faiface/beep/wav"
"github.com/gopxl/beep/v2"
"github.com/gopxl/beep/v2/vorbis"
"github.com/gopxl/beep/v2/wav"
)
func cutstream(s beep.StreamSeekCloser) {