similar to: vorbis-tools configure

Displaying 20 results from an estimated 900 matches similar to: "vorbis-tools configure"

2004 Jul 07
12
vorbis 1.1 rc 1 now tagged in SVN
Hi folks, We're gearing up to the next full release of the Vorbis codec; I've just tagged a release candidate in SVN in order to encourage wider testing toward final 1.1 release. This release includes the following updates: 1) Adoption of AoTuV and other tuning work by Vorbis developers outside of Xiph into the mainline codebase 2) New bitrate management code 3) bugfixes In more
2004 Jul 07
12
vorbis 1.1 rc 1 now tagged in SVN
Hi folks, We're gearing up to the next full release of the Vorbis codec; I've just tagged a release candidate in SVN in order to encourage wider testing toward final 1.1 release. This release includes the following updates: 1) Adoption of AoTuV and other tuning work by Vorbis developers outside of Xiph into the mainline codebase 2) New bitrate management code 3) bugfixes In more
2007 Jul 23
4
libvorbis 1.2.0 release candidate
All, Monty has made some improvements to the vorbis reference implementation, and we're ready to do a new release. Please sanity check the release candidate at http://people.xiph.org/~giles/2007/libvorbis-1.2.0rc2.tar.bz2 And let us know if there are any problems. The plan is to make an official release on Wednesday. Changes since the 1.1.2 release: * new ov_fopen() convenience
2008 May 02
0
error while cross compiling libvorbis
hi, i cross compiled the libao,libogg,libvorbis& vorbis-tool files to my arm board, all went right for libao,libogg,vorbis-tool, but while cross compiling libvorbis after, make install it showed the following error -z "/root/ogg/lib" || /bin/mkdir -p "/root/ogg/lib" /bin/sh ../libtool --mode=install /usr/bin/install -c 'libvorbis.la'
2006 Apr 27
4
Why?
Hello, I haven't installed anything other then what is in the Repos. Here are my Repo's: yum.repos.d $ cat atrpms.repo [atrpms] name= ATRPMS RPM Repository for Red Hat Enterprise Linux baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable gpgcheck=1 enabled=1 yum.repos.d $ cat CentOS-Base.repo # CentOS-Base.repo # # This file uses a new mirrorlist system developed by Lance
2003 Jun 11
1
Problems with ov_open
Hey, i'm having trouble getting ov_open to work on my slackware 8.1 system. The c, and makefile are as follows, and the error produced. I've also included an ldd of the compiled file. If anyone can be of any help, it would be greatly appreciated! --------------------------C FILE------------------------------- #include <stdio.h> #include <string.h> #include
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
2002 Dec 11
1
Docs Missing
Hi All, The "libvorbisenc api reference" (http://www.xiph.org/ogg/vorbis/doc/vorbisenc/reference.html) exists, but appears to be the libvorbisfile api reference. Is there anywhere where I can find the "libvorbisenc api reference"? Cheers -- Andrew Baker --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe
2002 Jan 10
1
Trouble building libvorbis-1.0rc3
Hi all, I was just trying to build myself a RC3 set of Ogg/Vorbis libs and tools, but the build of libvorbis bombs out on me while making all in examples. I've ./configure'd with no options, which gave no warnings or errors. After that a normal make gives the below attached output. Can anyone tell me what I've done wrong ? I've also tried removing the examples/ directory. After
2002 Aug 15
2
dynamicly loading libvorbisenc on Mac OSX
Hi, I'm trying to load the vorbis libs dynamicly on Mac OS X. I've got success for libogg, libvorbis and libvorbisfile. But libvorbisenc drives me crazy. The function "vorbis_encode_init" seems not to be in there if I am using "NSLookupSymbolInImage". But the tools "otool" and "nm" tell me that the function is declared. Does anyone know, what I
2001 Sep 03
0
[paul@mail.me.maar.nu: Building vorbis-tools without libao]
Again, Hi All, Thanks for your replies. I probably should've mentioned that I'm not subscribed to the list but I found your answers on the archives. I just wanted to go on record and mention that I do in fact have all the original CD's and that by re-encoding I meant repeating the entire process of ripping the original CD's (with cdparanoia (of course ;)) and then encoding them
2001 Sep 03
2
Building vorbis-tools without libao
Hi All, For my new file (and thus mp3) server I've decided to switch completely to Ogg Vorbis. This means having to reencode ~30GB worth of 128Kb MP3's, but i figured that it would all be worth the effort. So I downloaded the sources for libogg, libvorbis and vorbis-tools and fired up my trusty old compiler. libogg and libvorbis built and installed like a charm. Not so for
2000 Nov 10
1
cvs trunk vorbis/ compile patches
ltconfig placeholder shoud be removed. Makefile.am : some stuff copied from branch_beta3 ogg lib must be added only where necesary. vq subdir Makefile.am'ized, (but installs nothing) made distclean target slightly more clean -- check it by hand first, please --- also you'll want to remove vq/Makefile if the ...am passes inspection ------------------------------------------------- diff
2002 Jul 24
4
redhat vorbis install
I hope I'm not being an idiot, but I'm attempting to install vorbis-1.0 RPMs on a few redhat machines and failing horribly. I'm in dependency hell. For starters, libao-0.8.3-1 requires libasound.so.2 (an alsa library?) which does not 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
2006 Oct 24
1
aoTuV beta5 is out
aoTuV Beta5 (based on aoTuV Release 1) http://www.geocities.jp/aoyoume/aotuv/ Changes: aoTuV Beta5 2006/10/24 * The action of noise normalization has been improved. This has an effect in the sound roughness and tremor problem etc. in the low bitrate. * The threshold of a stereo mode change was calculated dynamically. Some of problems which originate in channel coupling by this will improve. *
2004 Nov 29
1
Vorbis and threads
Hi, I made an app. to encode/decode vorbis streams. My encoder is based on the libvorbis documentation, and I use ov_read for decoding. The two process is running on seperate threads (not paralell). If I use the code only encode or decode everything works fine, but when I try to encode and decode in the same code (threads) It crashes. My question is, is libvorbisenc and libvorbisfile thread
2007 Nov 19
1
SIGTRAP in Xcode
I downloaded and built the Ogg and Vorbis projects and added the frameworks to my project. It just SIGTRAPs before reaching main, in dylib loading code. I then built libvorbis.a, libvorbisenc.a, libvorbisfile.a and added them to my project. Still SIGTRAPs. I built a libogg.a target from scratch in the Ogg project, and added libogg.a, still SIGTRAPs. So I have tried everything I know
2014 May 11
0
"aoTuV" beta6.03 (2014) released
I released "aoTuV" beta6.03 (2014) of OggVorbis encoder and library (based on libVorbis). Source code and reference binary (win32) is here. http://www.geocities.jp/aoyoume/aotuv/ ---------------------------------------------------------------------------- CHANGES (for general) from old beta6.03 # The latest aoTuV beta6.03 was unified with Xiph.Org's libvorbis1.3.4. The part
2004 Jun 07
1
aoTuV mode?
Are there plans to incorporate aoTuV mode into vorbis, perhaps a commandline switch to make optionally available the aoTuV tunings? The abx results from aoTuV are impressive... http://www.hydrogenaudio.org/index.php?showtopic=21916&st=50&&#entry215109 -Dan
2008 Nov 28
2
On merging aoTuV patches
Soon, Firefox 3.1 and other browsers will start to support vorbis and users will increase vorbis use on the net. Most users (as most Linux distributions) are however using the reference xiph.org vorbis library which generate worse files than the aoTuV library from http://www.geocities.jp/aoyoume/aotuv/ . According to latest discussion: https://trac.xiph.org/ticket/1251 the aoTuV code should have