mirror of
https://github.com/bloeys/wavy.git
synced 2025-12-29 09:28:19 +00:00
Wav file loading
This commit is contained in:
7
go.mod
7
go.mod
@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user