Closed Chipsterjulien closed 6 years ago
Hi @Chipsterjulien, could you try installing sdl2_mixer 2.0.1 and try again? According to the FAQs, that should fix it.
I try to compile sdl2_mixer-2.0.1 with mp3 and ogg but mp3 don't work. Fortunately ogg is good. I did not look further. I think my flags were bad. Thx for your help
Best regards
@Chipsterjulien You can try with go build -tags static
to use prepared libraries (prepared with libmpg123) where mp3 should just work.
Hello I try this go audio example and i always have mp3 support are not available (same for all others formats)
all the sdl lib is installed
Someone have an idea ?