Results 1 to 4 of 4

Thread: libogg and C++

  1. #1
    Join Date
    May 2008
    Beans
    1,029

    libogg and C++

    Does anyone know of a good libogg/C++ tutorial? I am going over the documentation on xiph.org, but a tutorial would be very helpful. I have a project that uses WAV files but I would like to switch to OGG due to its smaller size.

  2. #2
    Join Date
    May 2008
    Beans
    1,029

    Re: libogg and C++

    Okay, maybe a better question would be: How do I play an OGG in C++? Do I need to use gstreamer?

  3. #3
    Join Date
    Dec 2006
    Beans
    256

    Re: libogg and C++

    Have you examined the C code in the project's example reference decoder (the comments are effectively a tutorial)?
    Last edited by saulgoode; December 12th, 2010 at 09:10 AM. Reason: spelling (refeference ?)
    "We visited sixty-six islands and landed eighty-one times, wading, swimming (to shore). Most of the people were friendly and delightful; only two arrows shot at us, and only one went near -- So much for savages!" - J.C. Patterson

  4. #4
    Join Date
    May 2008
    Beans
    1,029

    Re: libogg and C++

    Thank you, that should prove very helpful.

Tags for this Thread

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
  •