Replies: 2 comments 4 replies
-
|
If I remember it correctly, hajimehoshi/gorbis is just a fork to contribute to the original gorbis. Forget it. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Use oto and create a reader using github.com/jfreymuth/oggvorbis, like Ebitengine does internally, to use with oto.NewPlayer. You have to add some glue, but even AI should be able to do most of it without issues. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I just need vorbis decoder to play with oto, but I don't know which player to use.
It seems too big to import ebiten just to use oto, but hajimehoshi/gorbis seems unused (not even by ebiten).
Which should be the way to go?
Beta Was this translation helpful? Give feedback.
All reactions