Wav file loading

This commit is contained in:
bloeys
2022-06-26 02:33:48 +04:00
parent 974c94008d
commit 4a5270129a
7 changed files with 89 additions and 40 deletions

7
go.mod
View File

@ -7,4 +7,9 @@ require (
github.com/hajimehoshi/oto/v2 v2.1.0
)
require golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
require (
github.com/go-audio/audio v1.0.0 // indirect
github.com/go-audio/riff v1.0.0 // indirect
github.com/go-audio/wav v1.1.0 // indirect
golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
)