Displaying 9 results from an estimated 9 matches for "vorbislib".
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@/b...
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 * tX...
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 downloaded the pre-built sample encoder with libs included from
the Vorbis.com download page. It encoded my file fine. I t...
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
vorbis_encode_init(&vi,2,22050,48000,48000,48000);
generates a "...
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
...work by modifying
LD_LIBRARY_PATH
configure: error: must have Ogg installed!
Setting LD_LIBRARY_PATH didn't help, and as far as I can tell ldconfig
is not applicable to Irix. I grepped for these frame_info functions
in the source, but couldn't find them. I cheated and went on to
compile vorbislib and the other libs & tools after running
"./configure --disable-oggtest", but when I eventually ran the
resulting oggenc binary, I got the same rld failure.
I'll attach the last few lines of my config.log file, although they
weren't very instructive to me... Please let me kn...
2002 Feb 12
1
FAQ submission: quality vs. bitrate
...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 second, but on an arbitrary scale of 0 to 10, called
"quality." This change in terminology was brought about by a tuning of
the variable-bitrate algorithm that produces better sound quality for a
given average bitrate, but w...
2004 May 06
2
AW: AW: Reading OGG embedded in a pack file
...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 that
some parts of c are hard to capture and note that there are novice
programmers that may find sort of hard to use vorbislib. thats sad,
because vorbis is such great thing :))
<p>> -----Ursprüngliche Nachricht-----
> Von: owner-vorbis-dev@xiph.org
> [mailto:owner-vorbis-dev@xiph.org] Im Auftrag von Lourens Veen
> Gesendet: Donnerstag, 6. Mai 2004 12:31
> An: vorbis-dev@xiph.org
> Betreff: Re: AW:...
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