search for: vorbisfile_example

Displaying 20 results from an estimated 40 matches for "vorbisfile_example".

2001 Jun 11
1
Anyone with an extended vorbisfile_example?
Hello Vorbis-dev! I just found out about this absolutely great format. I downloaded the SDK and successfully compiled vorbisfile_example.c with MSVC6.0 - seems to be working fine. My next step will be to modify it as follows: 1) Write proper Windows pcm .wav files (with complete header). Shouldn't be too much of a problem. 2) Package it as a single .dll (instead of as I have now: 1 .exe and 3 .dll's). No idea how to do this....
2002 Jun 26
0
Getting started with vorbisfile_example.c (MS VC 6)
...loaded are: libao-0.8.2.zip libogg-1.0rc3.zip libvorbis-1.0rc3.zip vorbis-sdk-1.0rc3.zip vorbis-tools-1.0rc3.zip from http://www.vorbis.com/download_win.psp Are these the right files? We extracted the sdk ZIP file to give the Win32 SDK and have tried to compile vorbis-sdk-1.0rc3/examples/vorbis/vorbisfile_example.c However, this requires the codec.h and vorbisfile.h headers and the corresponding object files. We have spent a couple of days trying to get the example to work (and also studying the makefiles) but no success. We are also new to MS VC6 (having only used GNU on Unix before) and so also don'...
2002 Jun 26
1
Getting started with vorbisfile_example.c (MS VC 6)
...loaded are: libao-0.8.2.zip libogg-1.0rc3.zip libvorbis-1.0rc3.zip vorbis-sdk-1.0rc3.zip vorbis-tools-1.0rc3.zip from http://www.vorbis.com/download_win.psp Are these the right files? We extracted the sdk ZIP file to give the Win32 SDK and have tried to compile vorbis-sdk-1.0rc3/examples/vorbis/vorbisfile_example.c However, this requires the codec.h and vorbisfile.h headers and the corresponding object files. We have spent a couple of days trying to get the example to work (and also studying the makefiles) but no success. We are also new to MS VC6 (having only used GNU on Unix before) and so also don'...
2005 Jun 16
2
Comments in vorbisfile_example
I have a couple of questions with respect to "vorbisfile_example.c" in the ov sdk. 1) Near the end, there is a comment that says "we don't bother dealing with sample rate changes, etc, but you'll have to." I assume the author is regarding to different sample rates as a whole, not dynamic sample rates. Am I correct in that assump...
2003 Jan 04
0
Problem with vorbisfile_example from WIN32SDK
We compiled the vorbis_example from WIN32SDK with Borland 5.0 under WIN98. When running, it ends in an address violation caused by ov_open (or ov_test as well). This happens no matter which Library we're using, or if we're trying to read from stdin or a FILE*(which was binary). thanks, michael <p><p>_________________________________________________________________ MSN -
2004 Mar 02
1
vorbisfile_example.c
Hi again, I can compile and run the file example. When it comes to the ov_open, the cursor keeps blinking.... I can not open my ogg file , no mather what i write or do... <p>How do I use this example?? should i use the cmd prompt in windows to make it work?? I want to debug it.... thanks a lot <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
2003 Feb 08
2
vorbisfile_example.c question
i downloaded the vorbis, ogg & example files and compiled them and now have an executable called 'vorbisfile' that turns 'test.ogg' into 'out.pcm'. is there some simple way to test the out.pcm file in winXP? ~~~~~~~ bob hurt I can't stand cheap people. It makes me real mad when someone says something like "Hey, when are you going to pay me that hundred
2001 Nov 18
5
vorbisfile.o givng me problems
...-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o chaining_example chaining_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la -lm -L/usr/local/lib/lib -logg /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o vorbisfile_example vorbisfile_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la -lm -L/usr/local/lib/lib -logg /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o seeking_example seeking_example.o ../lib/libvorbisfile.la ../lib/libvorbis.l...
2001 Nov 18
5
vorbisfile.o givng me problems
...-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o chaining_example chaining_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la -lm -L/usr/local/lib/lib -logg /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o vorbisfile_example vorbisfile_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la -lm -L/usr/local/lib/lib -logg /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o seeking_example seeking_example.o ../lib/libvorbisfile.la ../lib/libvorbis.l...
2005 Nov 01
2
predictability of buffer size for decoding
I am wondering if buffer size for my decoding to pcm can be predicted dependably as follows. So far, the one problem I have had is when I have played a file of only about 5k. The buffer was a little less than 10% too small. I "solved" that by padding the result with an extra 20 percent. However, I have been told that I should be able to rely on the value of ov_pcm_total. char*
2012 Dec 05
7
ov_open_callbacks takes so much time to open 210 MB OGG file
Why ov_open_callbacks(fd_, &vf, NULL, 0, OV_CALLBACKS_NOCLOSE) takes so long to open OGG file? The OGG file has just 210 MB. It takes a lot of time open the file. I am working on OGG audio recorder and player. Thanks in advance! With kind regards, Pavel
2015 Jun 14
2
Sound glitch when using libvorbisfile and libao
Hi there, I've been grappling with this for some time, so I'm finally breaking down and trying this list. I'm trying to integrate libvorbisfile and libao to create a simple sound file player, a la ogg123. To do this, I borrowed heavily from ao_example.c and vorbisfile_example.c. I feed the buffer from ov_read into ao_play in a simple loop. It usually works, but occasionally all it does is make a strange sound and quickly finishes. I cannot dependably reproduce it. The same problem does not happen when I use ogg123, so I'm sure I'm doing something wrong. I've...
2000 Sep 10
2
Vorbis on OS/2
...m back on a linux system. When I came to have a go at playing them on os/2, I ran into some problems with the examples. EMX needs stdout (but not stdin) set to binary mode to work properly. Could someone with CVS access please add the following three lines below the WIN32 binary fix in examples/vorbisfile_example.c examples/encoder_example.c examples/decoder_example.c #ifdef __EMX__ /* OS/2 EMX System needs stdout set to binary */ _fsetmode(stdout,"b"); #endif With this in place, cat <ogg file> | vorbisfile_example > <wav file> followed by wavplay <wav file> works fi...
2000 Dec 12
1
Examples
Hi people around then world.... I need examples to use the ogg vorbis DLL's Can you help me ???? The file libvorbis0-dev.examples speak about this files: examples/chaining_example.c examples/decoder_example.c examples/encoder_example.c examples/seeking_example.c examples/vorbisfile_example.c But this files not in the package.... Excuse my english, I know it's so bad.... []'s Marcelo Fontes Castellani --- >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-req...
2002 Apr 24
2
ov_open error
Hi, I put together a small a Visual C++ 6.0 project that uses the code from vorbisfile_example.c. I open an ogg file in binary mode and when ov_open gets called, it always fails. I then put together another project and compiled vorbisfile so I could see where the error was occuring. It is happening in _fetch_headers when it calls ogg_stream_packetout. The return values is -1, which means th...
2002 Dec 19
1
vorbis_example.c
Hi, This is my 1st time working with ogg-vorbis software. I tried to run vorbisfile_example.c (using a valid ogg file as input) and got the following error during the ov_open call: "Unhandled exception in vorbis_example.exe (KERNEL32.DLL): 0xC0000005: Access Violation." My working environment is Windows 98-SE and Visual Studio 6.0. Any ideas/thoughts, or where else to look wou...
2001 Sep 07
1
problem with vorbis
Hi, Sorry if this question has been already asked but I'm new to this mailing list. I just wanted to try the sdk under windows with VC6. I've made a new project (a console application) and used the example vorbisfile_example.c (I've made the test in a DLL too). But when I launch the program it crashes Kernel32.dll. The crash appends when the function ov_open is use. Any body knows why ? Thanks in advance. Bye, Hervé --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://ww...
2001 Oct 17
1
res0.c / by 0?
In res0.c, line 78 I get a a division by zero (look->frames==0) when running vorbisfile_example. Is this some debugging code? Note that you don't see the exception unless you insert __asm{ push edx sub esp, 4 fstcw [esp] mov dx, [esp] and dx, 0xFFFE mov [esp], dx fldcw [esp] add...
2001 Sep 10
1
Problems with vorbis sdk
Hi, Sorry if this question has been already asked but I'm new to this mailing list. I just wanted to try the sdk under windows with VC6. I've made a new project (a console application) and used the example vorbisfile_example.c (I've made the test in a DLL too). But when I launch the program it crashes Kernel32.dll. The crash appends when the function ov_open is use. Any body knows why ? Thanks in advance. Bye, Hervé --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://ww...
2002 Jul 09
1
Vorbis Block Diagram
...nning Windows NT). A GUI will be developed under Microsoft Visual C++ 6.0. We want to convert the relevant parts of the decoder to Handel C which will take care of the translation to hardware. At the moment we are struggling to get to grips with the source code. Although we have compiled and ran vorbisfile_example.c and decoder_example.c successfully, we are unsure from what source the libraries and include files are generated. More specifically we are finding it difficult to identify which files we will need for the decoding. Could anybody point us in the right direction? At the moment we are looking at...