Use oto v2.2.0+use oto seeker+remove mutexes

This commit is contained in:
bloeys
2022-07-22 17:44:49 +04:00
parent 0021d0a7dc
commit 3d3cdf1e32
5 changed files with 29 additions and 50 deletions

4
go.mod
View File

@ -5,7 +5,7 @@ go 1.18
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/hajimehoshi/oto/v2 v2.2.0
github.com/jfreymuth/oggvorbis v1.0.3
)
@ -13,5 +13,5 @@ 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
golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e // indirect
)