search for: vorbislibs

Displaying 9 results from an estimated 9 matches for "vorbislibs".

Did you mean: vorbis_libs
2000 Jul 07
0
vorbize and os_type patches + general build issues
...,61 > > Index: vorbis-tools/Makefile.in =================================================================== RCS file: /usr/local/cvsroot/vorbis/vorbis-tools/Makefile.in,v retrieving revision 1.7 diff -r1.7 Makefile.in 24c24,25 < LIBS=@LIBS@ ../lib/vorbisfile.a ../lib/libvorbis.a --- > VORBISLIBS= ../lib/vorbisfile.a ../lib/libvorbis.a ../cmdline/getopt.a > LIBS=@LIBS@ $(VORBISLIBS) 42c43 < vorbize: vorbize.o --- > vorbize: vorbize.o $(VORBISLIBS) 45a47,48 > ../cmdline/getopt.a: > cd ../cmdline && make getopt.a 58c61 < $(INSTALL) -b -m 711 mp3tovorbis @prefix@/bi...
2004 Nov 02
1
bug query
Hi, a newbie query about a potential bug in VorbisLib (I tried using bugzilla with no success): My problem is that I encountered a divide by zero exception that I tracked down to bark_noise_hybridmp() in PSY.C. I don't pretend to know what bark_noise_hybridmp() does but there are a few instances of the following in that routine: D = tN * tXX - tX * tX; R = (A + x * B) / D; When I
2001 Apr 16
1
Problems compiling Mac Libs
Hey guys, I just downloaded the latest beta 4 libraries and compiled using the included Mac project files on Codewarrior 5.3. Everything compiled clean except for a link error (multiple definition) on the vorbislib itself. I suppressed the error, and got my newly compiled lib. I then built the sample encoder and included the libs. I tried to encode a file and BOOM! Frozen Mac! So then I
2002 Sep 23
2
Libvorbis suggestion & floating point exception
Hello, I'm not quite sure if this is the right list for my questions, please excuse if it isn't. 1. While using vorbislib (Win2K/Borland C++ Builder 5), I'm getting reproducible floating point exceptions at lots of sample rate/bit rate combinations. For example, the original encoder_example.c, with just the initialization line changed to
2002 Mar 05
1
oggenc rc3 fails on this one
OggEnc rc3 has trouble with this file. It adds high frequency gunk to the percussive synth part. Lame encodes it fine. http://www.teaser.fr/~amajorel/misc/nabogg.wav http://www.teaser.fr/~amajorel/misc/nabogg.ogg -- André Majorel <URL:http://www.teaser.fr/~amajorel/> std::disclaimer ("Not speaking for my employer"); --- >8 ---- List archives:
2003 Aug 20
0
libvorbis configure script fails on Irix
Hello, I'm trying to compile libogg, libvorbis, libao, and vorbis-tools on an SGI Octane running Irix6.5.22. libogg configures and compiles without a problem. I installed it in usr/local/lib. When I moved on to libvorbis trouble began. The configure script made the following complaint: checking for Ogg... 12269:./conftest: rld: Error: unresolvable symbol in ./conftest:
2002 Feb 12
1
FAQ submission: quality vs. bitrate
I would like to see the following information added to the FAQ at vorbis.com, appended to the "Audio Quality" section. "Uiver," "boa," and "jonI" from OPN's #Vorbis channel contributed and reviewed it. "What does the 'quality' setting mean?" Beginning with vorbislib 1.0-rc3, audio quality is no longer measured in kilobits per
2004 May 06
2
AW: AW: Reading OGG embedded in a pack file
yes, you are right. i always search for quick and easy solution and forget in the meantime that vorbis is a low level codec library. so probably a wrapper lib is the right way. but as far as i understand vorbisfile is already a bunch of convenience functions? so to speak a wrapper lib ? so why not enhance a little bit vorbisfile ? and - i did not felt personally attacked. i just wanted to note
2000 Jun 20
5
Win32 DLL
I've put together a first cut for a Win32 DLL using the BladeEnc interface. Right now, it's just a drop-in replacement for BladeEnc.dll that ignores all encoding parameters passed to it and uses the info_A vorbis_info struct (same as the encoder_example). It's not particularly useful as of yet, but you can rename it to BladeEnc.dll and use it with any number of rippers out there