hajimehoshi / ebiten

Ebitengine - A dead simple 2D game engine for Go
https://ebitengine.org
Apache License 2.0
10.74k stars 649 forks source link

audio/wav: accept more formats like 24bit #2215

Open hajimehoshi opened 2 years ago

hajimehoshi commented 1 year ago

We can use github.com/youpy/go-wav

lochuhsin commented 1 year ago

Can I work on this one ?

hajimehoshi commented 1 year ago

Yes

perospirone commented 10 months ago

is anyone already working on this? i'm looking for a first issue

hajimehoshi commented 10 months ago

I think nobody is working on this. Go ahead!

perospirone commented 10 months ago

ok, i'll work on it tomorrow!

perospirone commented 10 months ago

hello, you can help me with contents about audio? I don't know much about audio but I want to learn

hajimehoshi commented 10 months ago

Ebitengine implements a wave decoder in audio/wav. What you have to do is to support the 24bit format by fixing the existing code and/or using third party libraries.