Ogg file support

This commit is contained in:
bloeys
2022-06-26 06:19:58 +04:00
parent 2d0f00175a
commit 989547c14e
6 changed files with 56 additions and 4 deletions

2
go.mod
View File

@ -6,10 +6,12 @@ require (
github.com/go-audio/wav v1.1.0
github.com/hajimehoshi/go-mp3 v0.3.3
github.com/hajimehoshi/oto/v2 v2.1.0
github.com/jfreymuth/oggvorbis v1.0.3
)
require (
github.com/go-audio/audio v1.0.0 // indirect
github.com/go-audio/riff v1.0.0 // indirect
github.com/jfreymuth/vorbis v1.0.2 // indirect
golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
)