search for: chaining_exampl

Displaying 12 results from an estimated 12 matches for "chaining_exampl".

Did you mean: chaining_example
2007 Oct 01
2
seeking_test.c and chaining_example.c
which is the purpose of this functions? _________________________________________________________________ Busca desde cualquier p?gina Web con una protecci?n excepcional. Consigue la Barra de herramientas de Windows Live hoy mismo y GRATUITAMENTE. http://www.toolbar.live.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2001 Sep 14
1
Re: chaining_example.c
Is the inclusion of "../lib/misc.h" necesarry for this example program on Linux? It builds and runs on win32 without it. Maybe this is left over from debugging? Thanks, Chris --- >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
2002 Jan 10
1
Trouble building libvorbis-1.0rc3
...is\" -DVERSION=\"1.0rc3\" -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SQRTF=1 -DHAVE_LOGF=1 -DHAVE_EXPF=1 -DHAVE_ACOSF=1 -DHAVE_ATANF=1 -DHAVE_FREXPF= 1 -DHAVE_RINTF=1 -I. -I. -I../include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c chaining_example.c /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -all-static -o chaining_example chaining_example.o ../lib/libvorbisfile.la .. /lib/libvorbis.la -lm -logg gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -s...
2001 Nov 18
5
vorbisfile.o givng me problems
...know enough to figure out what is wrong ). Below is the output I get from compile: Making all in examples make[1]: Entering directory `/home/mchavez/devel/vorbis/examples' /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-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/libvor...
2001 Nov 18
5
vorbisfile.o givng me problems
...know enough to figure out what is wrong ). Below is the output I get from compile: Making all in examples make[1]: Entering directory `/home/mchavez/devel/vorbis/examples' /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-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/libvor...
2000 May 10
1
digital silence; not bug?
Greg, I just tried encoding digital silence; I'm seeing [roughly] 0kbps like I should be with the mainline. How did you run your test? notfish% head --bytes=10000k /dev/zero > ! zero.raw snotfish% ./encoder_example < zero.raw > zero.ogg snotfish% chaining_example < zero.ogg Input bitstream contained 1 logical bitstream section(s). Total bitstream playing time: 58 seconds logical bitstream section 1 information: 44100Hz 2 channels bitrate 0kbps serial number=146195353 compressed length: 17485 bytes play time: 58s...
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/...
1999 Nov 02
1
vorbisfile.a
I've decided it's probably a good idea to wrap up the 'chaining_example.c' functionality into a library interface as the functionality inside is going to be commonly useful enough. It would be silly for everyone who wants to do trivial things to have to reproduce it unless they really want to. It's not going to be as 'carved in stone' as the libvorbi...
2009 Sep 08
0
need help with project on Vorbis
...to give it directly but it didnot work. Then something is wrong. decoder_example also takes input on stdin, and sends raw 44.1/16/stereo/le PCM to stdout. > Ialso want > to know the significance of other file like "seeking_example" , > "vorbisfile_example" and "chaining_example". These are all simple example programs that show minimal use of the libraries for encoding, decoding, seeking, decoding using the 'vorbisfile' library (which is what most people want to use for decoding), and chained stream handling. > Please help me. > Tell me the steps in w...
1999 Nov 12
4
State of Vorbis
Hi folks, some notes about goings on. After opportunity to think aloud, I have the pieces of the VQ system more or less in place. I need to finish the codebook generation core (this is not libvorbis code, but an external utility). I then need to write the encode/ decode/packing code that makes use of the codebook. This future code is already specced. Tony: I haven't worked on the xmms
1999 Nov 12
4
State of Vorbis
Hi folks, some notes about goings on. After opportunity to think aloud, I have the pieces of the VQ system more or less in place. I need to finish the codebook generation core (this is not libvorbis code, but an external utility). I then need to write the encode/ decode/packing code that makes use of the codebook. This future code is already specced. Tony: I haven't worked on the xmms
2000 Nov 10
1
cvs trunk vorbis/ compile patches
...lib/libvorbis.la +LDADD = ../lib/libvorbis.la $(OGG_LIBS) decoder_example_SOURCES = decoder_example.c encoder_example_SOURCES = encoder_example.c -encoder_example_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la +encoder_example_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la $(OGG_LIBS) chaining_example_SOURCES = chaining_example.c -chaining_example_LDADD = ../lib/libvorbisfile.la ../lib/libvorbis.la +chaining_example_LDADD = ../lib/libvorbisfile.la ../lib/libvorbis.la $(OGG_LIBS) vorbisfile_example_SOURCES = vorbisfile_example.c -vorbisfile_example_LDADD = ../lib/libvorbisfile.la ../lib/libvor...