Displaying 20 results from an estimated 4000 matches similar to: "Getting started with vorbisfile_example.c (MS VC 6)"
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
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
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
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
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 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
2000 Jun 20
1
Why the two decoder formats?
decoder-example is a complex interaction of lots of Vorbis stuff.
vorbisfile (OggVorbis_File) is much simpler.
So why is the example code based on the complex stuff?
I ask because I am trying to simplify ogg123, and add some features.
Kenneth
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
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
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
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
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
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
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
2000 Oct 10
4
Mac Ogg Vorbis Player
Well, I updated the player to work with the branch_postbeta2, but it
contains some nasty kludges to the project files that probably shouldn't
be finalized. I'm going to put it in a separate file
(http://oscar.the-rileys.net/programming/vorbis_pb2.tar.gz) for now.
Unfortunately, this release doesn't seem to fix the "tearing sound"
problem. I think this might be related to
2001 Oct 16
7
Performance tests
I did some testing of vorbis codec (Winamp plugin) on a Pentium 166 MMX, and
found that the performance is pretty good. I got 3 % cpu utisization if I
turned dithering off, and 5 % otherwise. This was with a 138 kbit song. It's
pretty long to mp3 performance that was 0 to 1 % on that machine for a 128
kbit song.
Also vorbis seems to have a larger working set, because if I play two songs
at
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
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
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
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
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