search for: decoder_exampl

Displaying 20 results from an estimated 79 matches for "decoder_exampl".

Did you mean: decoder_example
2008 Aug 28
0
Error while cross compiling libvorbis 1.2.0
...g stuck at compiling libvorbis (1.2.0). Making install in examples make[1]: Entering directory `/home/sr/armlinux/stream/libvorbis-1.2.0/examples' /bin/bash ../libtool --tag=CC --mode=link /usr/local/arm/bin/arm-linux-gcc -O20 -ffast-math -D_REENTRANT -fsigned-char -fPIC -DUSE_MEMORY_H -o decoder_example decoder_example.o ../lib/libvorbis.la /usr/local/arm/bin/arm-linux-gcc -O20 -ffast-math -D_REENTRANT -fsigned-char -fPIC -DUSE_MEMORY_H -o .libs/decoder_example decoder_example.o ../lib/.libs/libvorbis.so -Wl,--rpath -Wl,/home/sr/armlinux/sysroot/usr/lib /usr/local/arm/bin/../lib/gcc-lib/arm-linu...
2007 Oct 22
2
problems building libvorbis-1.2.0 on Solaris 10 (sparc)
...: Making all in examples gmake[2]: Entering directory `/afs/cad.njit.edu/u/a/n/andym/ftp/freeware/multimedia/ogg/libvorbis-1.2.0/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/afs/cad/solaris/ogg-1.1.3/include -O20 -ffast-math -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT decoder_example.o -MD -MP -MF .deps/decoder_example.Tpo -c -o decoder_example.o decoder_example.c mv -f .deps/decoder_example.Tpo .deps/decoder_example.Po /bin/bash ../libtool --tag=CC --mode=link gcc -O20 -ffast-math -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -o decoder_example decoder_example.o ../l...
2005 Mar 09
1
compile error
...1.0.1/doc' make[1]: Leaving directory `/home/ronan/libvorbis-1.0.1/doc' Making all in examples make[1]: Entering directory `/home/ronan/libvorbis-1.0.1/examples' /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -all-static -o decoder_example decoder_example.o ../lib/libvorbis.la -lm -logg gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o decoder_example decoder_example.o ../lib/.libs/libvorbis.a -lm /usr/lib/libogg.a /usr/bin/ld: cannot find -lm collect2: ld returned 1 exit status make[1]: ***...
2002 Aug 08
1
Outputting Sound from decoder_example
I am running the decoder_example file but instead of ouptutting the PCM to sdout I would like to output it to the soundcard so that I can hear the file playing. I am using Visual C++. Could someone please tell me the quickest way to do this. I am quite new to Visual C++ so don't assume that I know about the foundation clas...
2001 Apr 05
1
decoder_example -- event driven?
I'm trying to adapt decoder_example to to support more of an event driven model. I'm building an RTSP client/server where the client will have a function called everytime a new packet comes in. So, I want to queue up these packets to be played. My current attack is as follows (note this isn't very robust and I realized th...
2002 Aug 12
2
Outputting Sound from decoder_example
I am running the decoder_example file but instead of ouptutting the PCM to stdout I would like to output it to the soundcard so that I can hear the file playing. I am using Visual C++. Could someone please tell me the quickest way to do this. I am quite new to Visual C++ so don't assume that I know about the foundation cla...
2001 Dec 20
1
vorbis module compilation problem
...cessfully. $ ./autogen.sh $ ./configure --with-gnu-ld --enable-static=no $ make ........ Making all in examples make[1]: Entering directory `/usr/src/cvs/vorbis/examples' /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -all-static -o decoder_example decoder_example.o ../lib/libvorbis.la -lm -logg gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o decoder_example decoder_example.o ../lib/.libs/libvorbis.so -lm /usr/local/lib/libogg.so -Wl,--rpath -Wl,/usr/src/cvs/vorbis/lib/.libs -Wl,--rpath -Wl,/usr/loca...
2004 Aug 06
2
Icecast 2.0 in OS X Server?
...red by IceCast, specifically libvorbis. When running MAKE in an attempt to install libvorbis I get the following: <p>Making all in examples /bin/sh ../libtool --mode=link gcc -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -DUSE_MEMORY_H -all-static -o decoder_example decoder_example.o ../lib/libvorbis.la -lm -logg gcc -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -DUSE_MEMORY_H -static -o decoder_example decoder_example.o ../lib/.libs/libvorbis.a -lm /usr/local/lib/libogg.a ld: can't locate file for: -lcrt0.o make[...
2000 Jul 24
3
Decoder example question
Hey all...I'm trying to use the decoder_example.c in the examples directory to decode a .ogg file that was encoded by using the binary encoder ogglame.exe and encoded via the encoder_example.c. I'm running into a problem with the decoder though. It plays FINE under the WinAmp plugin but I when I try and use the decoder_example.c to decode t...
2010 Jun 11
1
Help - Variable declaration 'convsize' in file 'decoder_example.c'
?? Hello list! I am new to using vorbis. To get preliminary idea about its usage, I went through the file 'decoder_example.c'. I tried to create a project to compile but the compiler reports that the variable 'convsize' is undeclared. Please where is this variable declared? Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pip...
2000 Aug 14
2
macOS9 patches committed
I finally got around to committing Chris Hanson's MacOS9 patches. Just though you should know. Monty --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
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 decoder_example.c /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -all-static -o decoder_example decoder_example.o ../lib/libvorbis.la -lm -lo gg mkdir .libs gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o decode...
2000 Jun 20
3
Kenneth's Second Commit
I've fixed a heck of a lot of stuff in the time frame of just over ten minutes. And you all care... right. I actually ran Vorbize, and discovered some stupid bugs (e.g., segfault???). Fixed. Both Vorbize and Ogg123 should now speak fluently in Monty's comment-eese. I'll be working on getting both to implement all the comment tags; I'm seriously considering dropping all comment
2000 Oct 10
4
Mac Ogg Vorbis Player
...Mac yet (I can't see it working very well with Mac HFS functions until Codewarrior gets fdopen() support). The reason I think this is that on linux, the targets that use VorbisFile (ogg123, xmms plugin) do not clip (at least not with the tearing sound associated with the Mac player), while the decoder_example (which uses lower-level functions) reports clipping (though I have yet to test the sound output). It would be nice if we could get VorbisFile working well on the mac, but it requires the use of fopen() streams, and fopen() does not work well with standard Mac file selection (I can get a fd, but t...
2015 May 18
5
Writting 16-bit PCM data to Ogg.
Hi Developers, I have a 16-bit PCM data buffer, I want to write that to ogg file. Could you help me to understand how to write pcm data to the ogg? Thanks in advance. Arun balaji -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis-dev/attachments/20150518/6c8c9a63/attachment.htm
1999 Oct 10
2
Well, I'm stumped
I'm getting some sort of weird distortion in the sound being output. I've tried many variations (including copying the seeming working code straight out of decoder_example.c) and still it comes out distorted. It is a different type of distortion from choppiness (which it also has). The easiest way to hear it is to pause play for about ten seconds and then resume. xmms will continue to decode the sample until its buffer is full, at which point you can hear the dec...
2002 Jul 20
0
libvorbis 1.0 compile time err.
Hi there I get the following err. while compiling libvorbis: gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o decoder_example decoder_example.o ../lib/.libs/libvorbis.so -L/usr/lib -lm /usr/lib/libogg.so -Wl,--rpath -Wl,/mnt/gnu/source/console/libs/libvorbis/libvorbis-1.0/lib/.libs /lib/ld-linux.so.2(*IND*+0x0): multiple definition of ^__xstat64' /lib/ld-linux.so.2(.text+0xe400): first defined here /lib/ld-linux.so....
2003 Apr 13
1
Compile error in examples.
Greetings, I am having some trouble when compiling libvoribis-1.0. It bombs out when compiling the examples dir. The output:: <p>gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -O2 -march=i586 -DUSE_MEMORY_H -static -o decoder_example decoder_example.o ../lib/.libs/libvorbis.a -L/usr/lib -lm /usr//lib/libogg.a ../lib/.libs/libvorbis.a(mapping0.o): In function `mapping0_forward': mapping0.o(.text+0xeec): undefined reference to `oggpack_writealign' make[1]: *** [decoder_example] Error 1 make[1]: Leaving directory `/ho...
2000 May 09
5
Problems running example encoder/decoder
There isn't a lot of guidance on how exactly to run the codec I compiled out of cvs just now, but I expected the following to work: cat test.wav | encoder_example | decoder_example But the decoder fails with: End of file before finding all Vorbis headers! Is this a bug? Or am I missing something fundamental? Should I attach the test.wav? -- Daniel --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To...
2000 May 09
5
Problems running example encoder/decoder
There isn't a lot of guidance on how exactly to run the codec I compiled out of cvs just now, but I expected the following to work: cat test.wav | encoder_example | decoder_example But the decoder fails with: End of file before finding all Vorbis headers! Is this a bug? Or am I missing something fundamental? Should I attach the test.wav? -- Daniel --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To...