Results 1 to 1 of 1

Thread: OGG decoder (with bugs)

  1. #1

    OGG decoder (with bugs)

    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/
    Attached Files Attached Files

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •