Displaying 20 results from an estimated 7000 matches similar to: "Building vorbis-tools without libao"
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
2006 Dec 05
1
vorbis-tools-1.1.1 build mechanism stubbornly refuses to build with FLAC, ogg123, speex
Hello,
I am trying build vorbis-tools-1.1.1 in the framework of my tool (see signature).
The essence of the tools is that it builds and install everything locally, and, of
course, it uses the available mechanisms to specify search paths for both headers
and libraries; the tool first builds dependencies abd then the target itself.
So, for example, 'configure' for vorbis-tools-1.1.1 is
2004 Jun 21
2
libao NAS compilation and playback issues
I saw that libao has a NAS plugin and wanted to try it out, especially
with ogg123. However, I had/have several problems. My platform is
Solaris 9/SPARC 12/02, NAS 1.6, libao 0.8.5, curl 7.10.8, libogg 1.1,
libvorbis 1.0.1, and vorbis-tools 1.0.1.
PROBLEM ONE:
------------
I had to specify LDFLAGS="-lXt -lsocket -lm" before running ./configure
with "--enable-nas" in order
2001 Feb 28
1
patches to beta 4 spec files
Hi,
Attached are patches for the beta 4 distribution, fixing minor
problems in RPM spec files.
One question: are there any reasons not to include vorbiscomment
in the vorbis-tools binary package? I've added the long-awaited
utility program into the revised spec file, but I wonder if it
is a wrong change...
Regards,
--
KAJIYAMA, Tamito <kajiyama@grad.sccs.chukyo-u.ac.jp>
diff -ru
2010 Mar 26
4
Xiph.Org releases libao 1.0.0, libVorbis 1.3.1, and vorbis-tools 1.4.0
Xiph.Org announces the release of libao-1.0.0, libvorbis-1.3.1 and
vorbis-tools-1.4.0. This is a coordinated update of the audio
libraries and tools to deploy improved surround-sound support across
the libraries and toolchain.
libao improvements:
- AO returned to active development
- Added surround channel mapping API and capability
- Updated all drivers on modern installs
- New config file
2010 Mar 26
4
Xiph.Org releases libao 1.0.0, libVorbis 1.3.1, and vorbis-tools 1.4.0
Xiph.Org announces the release of libao-1.0.0, libvorbis-1.3.1 and
vorbis-tools-1.4.0. This is a coordinated update of the audio
libraries and tools to deploy improved surround-sound support across
the libraries and toolchain.
libao improvements:
- AO returned to active development
- Added surround channel mapping API and capability
- Updated all drivers on modern installs
- New config file
2001 Jan 29
2
Mac OS X / Darwin patch for vorbis-tools
This patch (along with all the previous patches) gets oggenc and ogg123 working. This does not get vorbiscomment working, although I assume that would be trivial -- just add the getopt stuff to the project just like I did in ogg123.
In addition to this patch, as I just mentioned, getopt1.c getopt.h and getopt.c need to be copied from oggenc to ogg123 and added.
The host check in
2000 Sep 03
2
cvs changes
I'm trying to clean up CVS, getting everything where it should be, because
pretty soon we're going to have to build SDK's and whatnot, and I want
that to be easy.
We're basically going to have 3 libraries:
1) libogg
2) libvorbis
3) libvorbisfile
I have separated libogg out from the rest of the code, cleaned it up, got
it doing 'make dist' and rpms and imported this into
2003 Jun 28
2
oggenc and Encoding with VBR
Apologies if this is know. But I've spent most of today Googling for a way
to get this working, and to me, something is wrong here. But it might well
be me. Anyway...
I've been trying to record direct from the soundcard into an ogg file.
I came up with
rawrec -t 10 | oggenc -r -Q -q 5 - > foo.ogg
which partially works. ogg123 will play it, but ogginfo reports
Warning: Hole in
2006 Oct 06
1
problem using libao on OSX 10.4
I installed fink and now I have the /sw/lib, however that didn't fix
my problem. I went as far as to take out the -
Ddlsym=dlsym_auto_underscore out of the configuration files. Now
however the libao package won't build at all and yips about this:
[ukiel:/MP3/OGG/libao-0.8.6] wind% make
Making all in src
Making all in plugins
Making all in oss
make[3]: Nothing to be done for
2006 Oct 04
3
problem using libao on OSX 10.4
Hello,
I built the entire Vorbis kit on my PowerMac G4 running OSX 10.4.6.
I'm having problems however doing anything with the libao package.
Any time I try to use the library to link it errors out with the
following message:
/usr/bin/ld: Undefined symbols:
_dlsym_auto_underscore
collect2: ld returned 1 exit status
If I try to run the ogg123 application I get this:
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
Hello.
Attached are some patches that some Debian users of vorbis-tools have
sent to our BTS over the years (numbers refer to Debian bugs).
It'd be nice to see them integrated. They apply cleanly to SVN as of
today.
The largefile_support one is a bit bigger than just the configure.ac
since the submitter adviced that config.h got included in all C source
files before the standard includes,
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
Hello.
Attached are some patches that some Debian users of vorbis-tools have
sent to our BTS over the years (numbers refer to Debian bugs).
It'd be nice to see them integrated. They apply cleanly to SVN as of
today.
The largefile_support one is a bit bigger than just the configure.ac
since the submitter adviced that config.h got included in all C source
files before the standard includes,
2000 Aug 12
1
libao patch: Minor clean up / Byte-order proposal
Here is a patch to fix the compiler warnings I mentioned earlier. I've
removed the byte-order changes that don't make sense. (Thanks Michael for
pointing out the error!)
As for the byte-order changes, since some output modules don't have the option
to set the sample byte-order, I would like to standardize libao and ogg123 on
native byte-order. Will this break the ao_wav.c patches
2002 Mar 17
1
libao source build problems on Mandrake 8.2b4: artsc.h missing?
Hi. I'm trying to build and install ogg vorbis on Mandrake 8.2b4. I'm using
the ogg vorbis source rpms on the download page. libogg and libvorbis built
fine, but it looks like I'm missing a basic aRts header file in the build
error excerpt below (artsc.h--somebody check and make sure I'm on the right
track).
However, I have Mandrake Cooker arts, libarts2, libarts2-devel
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
2002 Aug 14
0
automake 1.6 compatability patch
This patch cleans up the vorbis-tools Makefile.am files so they work with both
automake 1.4 and 1.6. Some changes to configure.in were also needed in order
to get things to work (and to fix some ac 2.50 issues).
Please remove config.h from cvs as it is a generated file and empty anyway.
automake 1.6 isn't really incompatable with 1.4, it's just more picky about
you sticking to the rules:
2006 Apr 22
2
libao - libsndfile plugin
Hello,
I have written a libsndfile (http://www.mega-nerd.com/libsndfile/) file
output plugin for libao. For the moment I haven't done any changes to
the core of libao. However some changes could make this more useful.
Before I embark on anything like this I'd like to have your opinion on a
few things.
---
First, what do you prefer ?
1a. Keeping the AU/WAV/RAW plugins and adding
2003 Jan 16
1
Several problems with ogg123
I'm having several problems with ogg123 on a FreeBSD-STABLE machine. In
each case, ogg123 dumps core complaining about a bus error.
1) ogg123 plays all files at what seems like twice the correct speed. When
given a SIGINT, ogg123 dumps core. This is using the program defaults,
including the OSS driver. Here's a backtrace from gdb:
Core was generated by `ogg123'.
Program
2008 May 30
3
regarding vorbis tool
hi,
i am trying to load vorbis tool on to my arm board EDB9302 , till now
i have cross compiled libao, libogg, libvorbis, flac, speex and vorbis tool.
when i run the command line arm-linux-ogg123 with some sample ogg format
file on my arm board it gave *"Could not load default driver and no driver
specified in config file : Exiting"* , please help me to over come this
error.