Hi list, I'm looking into getting OggVorbis support put together for the Curl language (a Linux version is coming out before the end of the year www.curl.com), and am wondering if I could get some *newbie* help... Which of the APIs in vorbisfile are absolutely needed to decode a Vorbis file? I want to keep things simple to start off with and see if I can get Vorbis and Curl working on the same wavelength, before getting to involved. Any tips/hints/suggestions? Thanks, -Chris -------------------------------------- Chris Banford Editor www.curlbreaker.com editor@curlbreaker.com -------------------------------------- <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
> Which of the APIs in vorbisfile are absolutely needed to decode a Vorbis > file? I want to keep things simple to start off with and see if I can get > Vorbis and Curl working on the same wavelength, before getting to involved.Which of the functions or which APIs? vorbisfile is an API. It needs two libraries to work, libvorbisfile and libvorbis. See the vorbisfile_example.c and the Makefile for that for specific build instructions. jack. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Tue, Oct 14, 2003 at 11:53:28PM +0200, Chris Banford wrote:> I'm looking into getting OggVorbis support put together for the Curl > language (a Linux version is coming out before the end of the year > www.curl.com), and am wondering if I could get some *newbie* help...Is that curl the sophisticated URL fetch program? Description: Get a file from an HTTP, HTTPS, FTP or GOPHER server curl is a client to get files from servers using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity. . curl offers a busload of useful tricks like proxy support, user authentication, ftp upload, HTTP post, file transfer resume and more. . More information can be found at the curl web site http://curl.haxx.se . <p> -- Paul Martin <pm@zetnet.net> (work) <pm@nowster.zetnet.co.uk> (home) --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.