faiface / beep

A little package that brings sound to any Go application. Suitable for playback and audio-processing.
MIT License
2.06k stars 151 forks source link

The vorbis decoder hangs on Decode() #52

Open CheesecakeCG opened 5 years ago

CheesecakeCG commented 5 years ago

If it helps, here's the file I'm trying to play: oggfile.zip

MP3 files work fine with the same code.

faiface commented 5 years ago

Thanks for reporting! Have you tried investigating what the issue is?

CheesecakeCG commented 5 years ago

Nope, I have no idea how to.