PDA

View Full Version : OGG decoder (with bugs)



Relfos
27-01-2011, 05:21 PM
Some months ago I payed a guy to port me a ogg decoder written in C to Delphi.
This library would be something very cool for the pascal community, as we could now use ogg files without need for linking with C library, DLLs and that stuff.

However, his job porting the code was no very good. For example, he just replaced all memcpy calls to move(), forgetting that the order of arguments is not the same. I've been fixing lots of bugs, but still, it does not work.
I'm going to release it here, in case anyone wants to try take a loot at it and fix it.

The original code C can be found here:
http://nothings.org/stb_vorbis/