search for: libvorbisfil

Displaying 20 results from an estimated 190 matches for "libvorbisfil".

Did you mean: libvorbisfile
2002 Aug 02
1
Problems with ogg/vorbis python bindings.
I compiled and installed pyogg followed by pyvorbis, running: $ ./config_unix.py $ python setup.py build and as root: # python setup.py install for pyogg and pyvorbis in turn. This completed without error, however upon trying to import ogg.vorbis in IDLE I get an import error: ImportError: libvorbisfile.so.3: cannot open shared object file: No such file or directory I was told this may have been caused by an older version of the modules lying around somewhere, so I did a: find / -name "*ogg*" and find / -name "*voribs*" and deleted everything associated with ogg and vorbis, t...
2006 Mar 01
3
oggfile, skeleton and vorbis tools
(w. quotes from the xiphmeet: <http://westfish.xiph.org/~giles/200603_meeting.txt>, I've tried to strip it down to relevant stuff) <xiphmont> "Is there any interest in extending vcedit/libvorbisfile to do basic handling of Vorbis streams from concurrently multiplexed Ogg?" < xiphmont> Yes, but that work was *also* tied to OggFile from way back when, and one reason I think OggFile should still happen. ... < xiphmont> But in the past it's meant < xiphmont> "be...
2015 Jun 14
2
Sound glitch when using libvorbisfile and libao
Hi there, I've been grappling with this for some time, so I'm finally breaking down and trying this list. I'm trying to integrate libvorbisfile and libao to create a simple sound file player, a la ogg123. To do this, I borrowed heavily from ao_example.c and vorbisfile_example.c. I feed the buffer from ov_read into ao_play in a simple loop. It usually works, but occasionally all it does is make a strange sound and quickly finishes. I canno...
2000 Nov 18
0
Problem linking libvorbisfile on Mac OS X
I'm working on getting the Darwin/Mac OS X port of Vorbis up and running again and have run into problems building libvorbisfile. I have installed the latest libtool (1.3.5) and modified it to handle Darwin/Mac OS X better (to create shared libraries, dylibs, that can be linked against other dylibs instead of creating bundles which cannot be used as input to the linker). But, when it tries to link libvorbisfile, it says...
2003 Sep 18
1
Mixing libvorbisfile with SDL
I am having no luck at all mixing libvorbisfile with the cross-platform gaming library SDL. It seems that any time I call ov_clear, the app goes unstable and crashes later in calls to glibc. This is unacceptable for obvious reasons and I was wondering if there was a way to fix it by just using libvorbis. I was going to experiment with the...
2002 Jul 24
4
redhat vorbis install
...ot seem to be available in any recent redhat releases. Then vorbis-tools wants libcurl.so.2, which makes redhat 7.2 machines choke. Worst of all is that there's a boadload of packages depending on (since-renamed) vorbis libs: libvorbisenc.so.0 is needed by kdebase-2.2.2-1 libvorbisfile.so.0 is needed by SDL_mixer-1.2.0-4 libvorbisfile.so.0 is needed by xmms-1.2.5-7 libvorbisfile.so.0 is needed by tuxracer-0.61-5 libvorbisfile.so.0 is needed by kdemultimedia-2.2.2-2 So, my question is: is it possible to upgrade redhat 7.3 machines using RPMs? Th...
2001 Nov 18
5
vorbisfile.o givng me problems
...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/libvorbis.la -lm -L/usr/local/lib/lib -logg /b...
2001 Nov 18
5
vorbisfile.o givng me problems
...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/libvorbis.la -lm -L/usr/local/lib/lib -logg /b...
2005 Nov 20
2
Re: [Vorbis] metadata
On Sun, Nov 20, 2005 at 12:44:50PM +0000, Ian Malone wrote: > > Skeleton > also has the problem for simple applications that it wants to be > the first page, which will cause libvorbisfile based Ogg/Vorbis > players to choke. Not that libvorbisfile doesn't need to be > updated to play something that isn't strictly Vorbis-I anyway; > but, as it is, players which do return-value checks seem to survive, > as long as they get the Vorbis bos first. yeah, this is a m...
2004 Jul 01
8
Tutorial/Docs for using libvorbis directly
Hi, We needed a vorbis decoder that operated differently from the approach taken libvorbisfile. So I sat down, looked through the docs, and the sample decoder that come with libvorbis and wrote our own. Since I couldn't find any docs for the API for libvorbis itself, I've written some. It details all the steps you need to go through to write a _basic_ reusable decoder library using...
2015 Jun 14
0
Sound glitch when using libvorbisfile and libao
...produce them. Kind regards, Gunter. On So, Jun 14, 2015 at 7:10 , Marshall Mason <marshallmason2 at gmail.com> wrote: > Hi there, > I've been grappling with this for some time, so I'm finally breaking > down and trying this list. > > I'm trying to integrate libvorbisfile and libao to create a simple > sound file player, a la ogg123. To do this, I borrowed heavily from > ao_example.c and vorbisfile_example.c. I feed the buffer from ov_read > into ao_play in a simple loop. It usually works, but occasionally all > it does is make a strange sound and q...
2016 Jan 31
2
Shipping development files for mingw32
Hi, Is is possible to ship development files for MinGW32 like static libs and headers? I am particularly interested in libvorbisfile required to build Wesnoth on Windows. SDL2 provides a convenient distribution that I unpack and it works: https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-devel-2.0.1-mingw.tar.gz https://www.libsdl.org/projects/SDL_mixer/ But I can't find where I can download libvorbisfile.a for...
2001 Jan 26
1
[fwd] Ogg123 crash report on EV4 Multia
...nk_alloc () from /lib/libc.so.6.1 #2 0x20000834b60 in __libc_calloc () from /lib/libc.so.6.1 #3 0x20000239f60 in _vorbis_unpack_books () from /usr/lib/libvorbis.so.0 #4 0x2000023a59c in vorbis_synthesis_headerin () from /usr/lib/libvorbis.so.0 #5 0x20000484784 in _fetch_headers () from /usr/lib/libvorbisfile.so.0 #6 0x20000484d28 in _open_seekable () from /usr/lib/libvorbisfile.so.0 #7 0x20000485698 in ov_open_callbacks () from /usr/lib/libvorbisfile.so.0 #8 0x2000048722c in ov_open () from /usr/lib/libvorbisfile.so.0 #9 0x120002d30 in play_file () #10 0x12000266c in main () #11 0x200007c9774 in _...
2000 Nov 10
1
cvs trunk vorbis/ compile patches
...URCES = 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/libvorbis.la +vorbisfile_example_LDADD = ../lib/libvorbisfile.la ../lib/libvorbis...
2003 Jul 27
2
Ogg ouput using libvorbisfile
Hi, I'm new to writing any kind of sound program and somewhat new to C. I am on linux and I've been trying to get the example code (http://www.xiph.org/ogg/vorbis/doc/vorbisfile/example.html)for the decoder using libvorbisfile to work. I think my main problem is output to /dev/dsp. If I use the example where the only change I made were to open a file instead of using stdin and I ouput to /dev/dsp after opening it, I get a weird static noise. Any idea what I'm doing wrong or not doing? <code> #include &l...
2001 Jul 07
2
Perl wrapper for libvorbisfile or stuff
Hey guys, I wrote to this list previously, saying I needed a perl module to do Ogg Vorbis tag reading / writing. People pretty much pointed me to the Ogg::Vorbis module that wrapped around libvorbisfile and I should extend that to writing streams, not only reading them. Well, awright, I thought, let's do it. Problem is, though: The download links on freshmeat are all broken and I don't know where to find this library. Does anyone, please, still have this laying around, or even better, giv...
2001 Jul 07
2
Perl wrapper for libvorbisfile or stuff
Hey guys, I wrote to this list previously, saying I needed a perl module to do Ogg Vorbis tag reading / writing. People pretty much pointed me to the Ogg::Vorbis module that wrapped around libvorbisfile and I should extend that to writing streams, not only reading them. Well, awright, I thought, let's do it. Problem is, though: The download links on freshmeat are all broken and I don't know where to find this library. Does anyone, please, still have this laying around, or even better, giv...
2003 Apr 30
1
float to PCM packing in libvorbisfile
Is there any particular reason why ov_read() packs floats to integer PCM inline, rather than being implemented in terms of ov_read_float() and a separate packing fucntion? There are obviously many advantages doing audio manipulation on the floats before packing, but right now you have to reinvent the packing stage yourself - in a replaygain backend that I'm working on, I ended up copying
2007 Sep 18
1
vorbis-tools configure
...bis-libraries="/home/alex/Desktop/aotuv-b5_20061024/lib/.libs" --with-vorbis-includes="/home/alex/Desktop/aotuv-b5_20061024/include" --disable-ogg123 Here is list of directories .libs and include: ~/Desktop/aotuv-b5_20061024/lib/.libs $ ls analysis.o libvorbisenc.la libvorbisfile.so.3.1.1 mdct.o bitrate.o libvorbisenc.lai libvorbis.la psy.o block.o libvorbisenc.so libvorbis.lai registry.o codebook.o libvorbisenc.so.2 libvorbis.so res0.o envelope.o libvorbisenc.so.2.0.2 libvorbis.so.0 share...
2003 Jun 11
1
Problems with ov_open
...gcc $(CFLAGS) oggPlay.o -o oggPlay $(LIBS) oggPlay.o : oggPlay.c gcc $(CFLAGS) -c oggPlay.c clean: /bin/rm oggPlay.o *.*~ <p>------------------------------ERROR---------------------------------- bash$ oggPlay ../rock.ogg oggPlay: relocation error: /usr/local/lib/libvorbisfile.so.3: undefined symbol: ogg_stream_reset_serialno -------------------------------LDD OGGPLAY------------------------------ bash-2.05a$ ldd oggPlay libvorbisfile.so.3 => /usr/local/lib/libvorbisfile.so.3 (0x40024000) libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0x4002c000)...