You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.\main.go:160:23: undefined: vorbis.DecodeF32
.\main.go:164:37: g.audioContext.NewPlayerF32 undefined (type *"github.com/hajimehoshi/ebiten/v2/audio".Context has no field or method NewPlayerF32)
.\main.go:169:19: undefined: wav.DecodeF32
.\main.go:173:36: g.audioContext.NewPlayerF32 undefined (type *"github.com/hajimehoshi/ebiten/v2/audio".Context has no field or method NewPlayerF32)
What is the expected result?
nothing
What happens instead?
nothing
Anything else you feel useful to add?
nothing
The text was updated successfully, but these errors were encountered:
Ebitengine Version
v2
Operating System
Go Version (
go version
)go1.21
What steps will reproduce the problem?
.\main.go:160:23: undefined: vorbis.DecodeF32
.\main.go:164:37: g.audioContext.NewPlayerF32 undefined (type *"github.com/hajimehoshi/ebiten/v2/audio".Context has no field or method NewPlayerF32)
.\main.go:169:19: undefined: wav.DecodeF32
.\main.go:173:36: g.audioContext.NewPlayerF32 undefined (type *"github.com/hajimehoshi/ebiten/v2/audio".Context has no field or method NewPlayerF32)
What is the expected result?
nothing
What happens instead?
nothing
Anything else you feel useful to add?
nothing
The text was updated successfully, but these errors were encountered: