Displaying 20 results from an estimated 348 matches for "vorbisfil".
Did you mean:
vorbisfile
2004 Nov 01
1
compile libvorbis using mingw?
...tching to libvorbis-1.1.0 directory, I run 'sh configure
-prefix=/mingw' and it works ok. The problem occurs when the 'make'
command proceed to the link stage. Error message says:
/bin/sh ../libtool --mode=link gcc -O20 -D__NO_MATH_INLINES
-fsigned-char -DUSE_MEMORY_H -o libvorbisfile.la -rpath /mingw/lib
-no-undefined -version-info 4:0:1 vorbisfile.lo libvorbis.la
rm -fr .libs/libvorbisfile.dll.a
gcc -shared .libs/vorbisfile.o -L/mingw/lib ./.libs/libvorbis.dll.a
-o .libs/libvorbisfile-3.dll -Wl,--image-base=0x10000000
-Wl,--out-implib,.libs/libvorbisfile.dll.a
Creating...
2000 Apr 20
3
Thoughts on vorbisfile
Hi all,
While reading through various bits of libvorbis and vorbisfile, and then
thinking about how to implement other features in the xmms and winamp
plugins, I had some thoughts...
Vorbisfile is very useful, and very easy to use. It is, however, tied to
stdio - which means you can't use it for lots of other stuff where it'd be
useful - like streaming, or (...
2000 Jun 27
1
vorbis-tools/Makefile.in glitch...
I'm updating my vorbis rpm spec file, and when I try to do "make -C
vorbis-tools ogg123", due to rpm's build environment, I get lots of:
gcc ogg123.o -o ogg123 -lm ../lib/libvorbis.a ../lib/vorbisfile.a
../lib/vorbisfile.a(vorbisfile.o): In function `_get_prev_page':
vorbisfile.o(.text+0x54): undefined reference to `ogg_sync_reset'
vorbisfile.o(.text+0xa9): undefined reference to `ogg_sync_pageseek'
vorbisfile.o(.text+0xd2): undefined reference to `ogg_sync_buffer'
...
This is...
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 at the top of
vorbisfile.c (8150 bytes at the moment). In...
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 --mode=link gcc -O20 -ffast-ma...
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 --mode=link gcc -O20 -ffast-ma...
2004 Jun 06
2
vorbisfile timestamp oddity
I'm seeing some inconsistency in returned timestamps using vorbisfile.
I open a file, read some data (grabbing timestamps with ov_pcm_tell),
then seek back with ov_pcm_seek(vf, 0) and read it again.
The seek lands back on 0, but on the second read through, there's a gap
in the timestamps: they jumps up by 2112 frames. This causes my vorbisfile
code to insert...
2000 Nov 09
4
libvorbis compile failure
...directory in cvs? It complains that
it is missing when I do a 'cvs update'.
gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0beta3\" -DHAVE_ALLOCA_H=1 -DHAVE_
ALLOCA=1 -I. -I. -I../include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fs
igned-char -DUSE_MEMORY_H -Wp,-MD,.deps/vorbisfile.pp -c vorbisfile.c -o
vorbisfile.o >/dev/null 2>&1
mv -f .libs/vorbisfile.lo vorbisfile.lo
/bin/sh ../libtool --mode=link
gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H
-o libvorbisfile.la -rpath /usr/lib -version-info 0:0:0 vorbisfile.lo
libvorbis.la -lm...
2006 Aug 29
3
How can I seek in Ogg Vorbis file, but not using Vorbisfile library?
Hello, All.
I am making an Ogg Vorbis decoder based on Tremor. The Vorbisfile library provides a high-level API which enables us to seek in the file, but it needs to declare a pointer to OggVorbis_File structure.
Because I am supposed not to use file, so I can't use the ov_pcm_seek() or ov_raw_seek() functions to seek in the file. For decoding an Ogg Vorbis file,...
2005 Jun 17
1
ov_open fails on Version 1.0.1
Eddie,
I have been reviewing vorbis list postings, because I have been spinning my wheels for a week, trying to make a simple insertion of ogg vorbis decoding (vorbisfile) in the audio class of my MFC/C++ program. I just read your thread from April 2004.
Question: Do you have anything you could send me, since I assume you succeeded in getting results? And/or could you take a look at what I have below and possibly point out my problem? Needless to say, I would...
2000 Apr 21
3
vorbisfile updates, and a couple of questions
The changes to vorbisfile that I suggested earlier have now been committed -
this is mostly a merge of my code with a similar patch from Martin Vogt
(thanks Martin).
The old ov_open() interface remains untouched - and for many people, this is
all you'll need to use, ever. It now calls the new interface with
appropriat...
2000 Dec 24
2
Using vorbisfile with an in-memory file instead of FILE*
Hi,
How can I use vorbisfile when I've already read the data into memory of an
OGG file?
Olaf van der Spek
Almere, Holland
Olaf@XCC.TMFWeb.NL
http://xcc.tiberian.com/
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message...
2003 Sep 22
1
vorbisfile for Mac Classic
Hi, this is my first post, I hope it's the right
mailing list (or should it be vorbis@xiph.org?)
I just downloaded "SDK for MacOS9" and tried to
compile the "vorbisfile_example.c" sample with
CodeWarrior for Mac 8 on a Mac OS 9.2 machine. I
included the libOgg and libVorbis libraries in my
project, but the linker cannot file ov_clear(),
ov_read(), ov_pcm_total(), ov_info(), ov_comment() and
ov_open(). I looked at the Windows SDK and noticed
that there are fa...
2006 May 09
0
libvorbis build errors when using configure
...is/libogg-1.1.3/lib/.libs/libogg.dll.a: with the extra
.libs directory included. I do not know why it added it or where it
added it. I opened the libtool file and change \$deplibs to be the
proper link for libogg.dll.a. Then this compiled with out a problem
until it got to gcc -shared .libs/vorbisfile.o
-LC:/lib/ogg-vorbis/libogg-1.1.3/lib/.libs
-LC:/lib/ogg-vorbis/libogg-1.1.3/lib ./.libs/libvorbis.dll.a -o
.libs/libvorbisfile-3.dll -Wl,--image-base=0x10000000
-Wl,--out-implib,.libs/libvorbisfile.dll.a where it told me
Creating library file: .libs/libvorbisfile.dll.a
.libs/vorbisfile.o(....
2004 May 18
1
Can vorbisfile read comments from an HTTP stream
Just noticed this article on Slashdot:
http://ask.slashdot.org/article.pl?sid=04/05/18/0432202
...about the feasibility and efficiency of reading id3v2 tags out of mp3's
over http. I know that vorbisfile's callback model is well suited to handling
this sort of scenario, but I'm curious to know whether ov_open will try to
read enough stream to pull the comments out on a non-seekable stream.
I've only played around with it on seekable streams, where it tries to scan
the whole stream t...
2004 Feb 17
1
Vorbisfile Problem...
OK, I have a minor problem with the 'vorbisfile' libraries. I copied both the normal and dynamic DLLs to my program directory, and they load fine. Thing is, if I link with 'vorbisfile.lib' and use 'ov_open', the application just locks up. If I link with 'vorbisfile_d.lib' and use the function, Windows brings up a...
2003 Dec 14
1
Bride of vorbisfile questions
...n's vorbis_check_file function. xmms never
bothers to cache the result of a file check, so it tends to happen rather a
lot. Unfortunately ov_test_open returns OV_EINVAL because ov_test seems to
have left vf->ready_state to OPEN rather than PARTOPEN.
I'm presuming this is a bug in libvorbisfile-1.0 - has it been fixed in 1.0.1?
On another matter, what would be the best way to find out if a given logical
stream is valid vorbis? ov_test and ov_open will fail if the first stream
isn't vorbis (bit of a pain, that, as subsequant streams could be vorbis. Not
way to work around it witho...
2000 Oct 18
1
Building on BeOS part 3
After fixing a 'bug' in libtool, I've finally got ogg compiling and producing
a shared library. Now I'm trying to build vorbis but I'm falling over
at the final step. While trying to produce libvorbisfile.
The make file is trying to compile with
gcc -nostart vorbisfile.o -L/boot/home/config/lib -logg -Wl,-soname -
Wl,libvorbisfile.so -o .libs/libvorbisfile.so
with gives me a load of undefined reference errors such as
vorbisfile.o: In function `_fetch_headers':
vorbisfile.o(.text+0x6c...
2003 Dec 11
1
Another vorbisfile question
Is there a straight forward method for seeking straight to a particular
logical stream using vorbisfile?
I'm guessing I'll have to look the offset for a given link up in vf->offsets,
and use that in ov_raw_seek?
Thanks,
John
--- >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 '...
2003 Mar 06
0
Vorbisfile changes/additions
Hi folks,
I've finished a round of extension and optimization of Vorbisfile.
I'm working on docs to the committed changes right now. I'd
appreciate testing of new functionality and verifying old
functionality isn't broken.
Summary of changes:
General seeking cleanup; a number of boundary cases dealing with short
files and chained files got fixed in the proc...