Displaying 20 results from an estimated 2000 matches similar to: "Re: Comments on your code"
2002 Jun 26
0
Getting started with vorbisfile_example.c (MS VC 6)
Hello
Hope you don't mind another newbie's question.
Further to GIE's email about problems compiling decoder_example.c example
(MS VC 7) using debug static ogg/vorbis libs, we'd appreciate any help
getting the example files to compile on MS VC 6.
The zip files we have downloaded are:
libao-0.8.2.zip
libogg-1.0rc3.zip
libvorbis-1.0rc3.zip
vorbis-sdk-1.0rc3.zip
2000 Sep 10
2
Vorbis on OS/2
Following a few months of lurking on the list, and vainly trying to get vorbis to compile
on os/2, I finally managed to get the nightly gzip from saturday to compile (fairly)
cleanly, and so have finally been able to play with Vorbis on my OS of choice :)
Using the EMX runtime system, and bash for OS/2 (along with a few ported GNU apps),
both configure and make work fine (except for ogg123
2002 Jun 26
1
Getting started with vorbisfile_example.c (MS VC 6)
Hello
Hope you don't mind another newbie's question.
Further to GIE's email about problems compiling decoder_example.c example
(MS VC 7) using debug static ogg/vorbis libs, we'd appreciate any help
getting the example files to compile on MS VC 6.
The zip files we have downloaded are:
libao-0.8.2.zip
libogg-1.0rc3.zip
libvorbis-1.0rc3.zip
vorbis-sdk-1.0rc3.zip
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
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 there
2009 Sep 08
0
need help with project on Vorbis
Hello,
First off, please don't ask development questions directly from a
single developer. I tend to answer emails only a few times a month.
You will get much faster help by asking on IRC (#vorbis on freenode)
or on the vorbis mailing list (vorbis at xiph.org or
vorbis-dev at xiph.org).
I am cc:inf vorbis-dev at xiph.org; please continue discussion there.
> Initially i was not able to
2002 Jul 09
1
Vorbis Block Diagram
Hi,
I have looked through the documentation available from the downloads and the
web and haven't yet come across a block diagram which shows exactly how the
process of going from a .wav file to a .ogg file works. I suspect it is the
same as the mp3 process (with a different psychoacoustic model). I found
this document:
2002 Jul 08
1
Vorbis Block Diagram
Hi,
I have looked through the documentation available from the downloads and the
web and haven't yet come across a block diagram which shows exactly how the
process of going from a .wav file to a .ogg file works. I suspect it is the
same as the mp3 process (with a different psychoacoustic model). I found
this document:
2001 Aug 30
1
Problems with vorbisfile and files smaller than CHUNKSIZE
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I'm writing a simple application to decompress a set of Ogg files to
raw PCM format, using vorbisfile, because that is the simplest way of
doing it. These Ogg files are sounds for a game, and thus sometimes
very short (about .25 s).
However, vorbisfile has severe problems with Ogg files that are
smaller than the CHUNKSIZE which is #defined
2002 Aug 06
0
Getting a GUI to work with Vorbis code
I am trying to create a Graphical User Interface for a Vorbis Player under
MS Visual C++ 6.0
I was initially trting to use the code from decoder_example.c but I keep
getting linker errors.
I have set up my project as told to by James Boer on this mailing list.
This is as follows:
This document was prepared from an email received from James Boer on the Ogg
Vorbis mailing list. It gives a
2002 Feb 27
2
porting Ogg Vorbis to Symbian OS
Hi
I am in the process of porting the Ogg Vorbis libraries
and player(s) to Symbian OS (EPOC32) which runs on
Psion machines and Nokia 9210 to name some machines.
They are all using an ARM core.
I managed to successfully recompile libogg, libvorbis
and libvorbisfile with only minor modifications.
They include:
* removal of static data, which is not supported by
EPOC DLLs. All lookup tables are
2001 Jan 22
1
openssl make fails
I am running a p166 hardware with suse linux 7.0.
I have downloaded the ssl version from your website.
I did a ./config -d no-asm
I did a ./make
during the compilation of /apps
the gcc -o openssl ... -lcrypto -lefence -ldl
the following error message:
/usr/i486-suse-linux/bin/ld: cannot find -lefence
collect2: ld returned 1 exit status
make[2]: *** [openssl] Error 1
make[2]: Leaving
2008 Aug 28
0
Error while cross compiling libvorbis 1.2.0
Dear All,
I am trying to cross compile the dependencies of ices for arm linux. I
have been able to compile libxml2 (2.6.32) and libogg (1.1.3)
successfully but I am getting 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
2007 Oct 22
2
problems building libvorbis-1.2.0 on Solaris 10 (sparc)
Hello,
I'm running into problems while trying to build libvorbis. My build
platform is Solaris 10 (sparc) (11/06) with GCC 3.4.6.
The build fails with the following error :
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
2001 Apr 29
1
ogg vorbis decoding
Hello,
I am currently developing a ogg vorbis decoding module for use in
winlame (a LAME frontend), and I have some questions:
To do a decoder I used most code in decoder_example.c, but I think
there is something missing. I would be glad if someone could look at
this code:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/winlame/winlame/source/winlame/wlOggVorbisDecoderModule.cpp
and
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 assumption?
2) That etc
2005 Mar 09
1
compile error
king all in vorbisfile
make[2]: Entering directory `/home/ronan/libvorbis-1.0.1/doc/vorbisfile'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ronan/libvorbis-1.0.1/doc/vorbisfile'
Making all in vorbisenc
make[2]: Entering directory `/home/ronan/libvorbis-1.0.1/doc/vorbisenc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
2001 Dec 20
1
vorbis module compilation problem
[I just got on to this mailing list to report this problem. If it has
already been reported, then I'm sorry for duplicating the report. And I
seriously doubt this is not the right topic to talk about on this
mailing list, but if it is, sorry for that too.]
Okay, here's a new one. I have never seen this error before. This is the
latest CVS code I'm trying to compile, on a pretty close
2000 Nov 10
1
cvs trunk vorbis/ compile patches
ltconfig placeholder shoud be removed.
Makefile.am : some stuff copied from branch_beta3
ogg lib must be added only where necesary.
vq subdir Makefile.am'ized, (but installs nothing)
made distclean target slightly more clean
-- check it by hand first, please ---
also you'll want to remove vq/Makefile if the ...am passes inspection
-------------------------------------------------
diff
2001 Nov 18
5
vorbisfile.o givng me problems
I have been having problems compling vorbis on my computer( running redhat
7.1 ), it gives me a bunch of errors about vorbisfile.o( at least that what
the errors are complaining about...I don't 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