search for: libaudiofile

Displaying 20 results from an estimated 36 matches for "libaudiofile".

2004 Sep 10
2
command-line: AIFF writer advice
How about the opposite? What I would like to see is FLAC support in libaudiofile, so applications written with libaudiofile could transparently take advantage on FLAC's compression. Ironically I guess it would still make sense to use libaudiofile in FLAC for getting input. Mmmm, cyclic dependancies... Or is that just a stupid idea? Dave On Wed, 2002-07-31 at 13:10, Matt Z...
2007 Mar 19
3
64 bit compilation SUSE 10.2
.../usr/lib64/libesd.so when searching for -lesd /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libesd.a when searching for -lesd /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libaudiofile.so when searching for -laudiofile /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libaudiofile.a when searching for -laudiofile /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64...
2003 Jun 10
1
Missing libaudiofile.so.0
I am trying to install libao for ogg-vorbis on my Linux machine however I get the following error: failed dependencies: libaudiofile.so.0 is needed by libao-0.8.3-2 How do I find and install this needed library. I have already installed libogg and libvorbis. Thanks, Jim --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to...
2004 Aug 06
2
RPM's
...there slowly :-) never install so many RPM's it been a good learning curve. libshout2 were do I get this rpm from as I cannot find this one anyware ?? also when trying to install libao-0.8.3-2.i386.rpm I get the following:- # rpm -i libao-0.8.3-2.i386.rpm error: failed dependencies: libaudiofile.so.0 is needed by libao-0.8.3-2 Just wondering if someone can tell me what I am dong wrong I guess I cannot install icecst2 until I have sorted this out a ogg need to be working first and guess this has something to do with it ?? AJB <p>-----Original Message----- From: boink [mailto:boi...
2004 Sep 10
6
command-line: AIFF writer advice
The patch I submitted only reads AIFF files. I'm about to start the patch to write AIFF files. To do so, we need a command-line option to specify AIFF. My inclination is to add an option: -ff { raw | wav | aif } In some sense, "-ff" is silly since it probably stands for "format format". Still, I think it's better than just "-f", since the first
2008 Jan 14
7
New QEMU 0.9.1 Solaris 10 Packages Available
All, I''ve gone ahead and built the latest QEMU as a package. The package is in the usual spot, at http://www.thoughtwave.com/emulators.html This is the 20080113 CVS head, built for x86 and sparc. Simply install the most recent package, add /opt/thoughtwave/qemu/bin to your path, and the wrapper scripts there will automagically run the right binaries for your architecture. Have fun
2004 Sep 10
2
command-line: AIFF writer advice
--- Brady Patterson <brady@spaceship.com> wrote: > > Brady, I would say for now, your proposal is fine. I am going > > to move flac to getopt soon... > > > > Matt, that would be cool if you wanted to take on the audiofile > > support. I have actually been waiting to ask you for that, > > waiting until I got the getopt support done, and the new > >
2004 Aug 06
2
RPM's
Hi, did not realise libaudiofile.so.0 was another RPM its install now thanks :-) A really big thanks to all - I an sorry about my lake of experience on basic skills but I know I am learning fast with all your help - A big Thank you. Not too sure were I get libshout2 from ?? Just tried ./configure and get the following error it...
2001 Aug 21
2
ao changes
Why has ao been changed so that there are now two open() functions ? IMHO the original ao_open() was fine - if you wanted to set the filename for output, you could add an option via ao_append_option and if you wanted to avoid overwriting an existing file, you could stat() it yourself. Having ao_open_live() and ao_open_file() just makes more work for the user of the library for no gain, AFAICT.
2001 Aug 21
2
ao changes
Why has ao been changed so that there are now two open() functions ? IMHO the original ao_open() was fine - if you wanted to set the filename for output, you could add an option via ao_append_option and if you wanted to avoid overwriting an existing file, you could stat() it yourself. Having ao_open_live() and ao_open_file() just makes more work for the user of the library for no gain, AFAICT.
2004 Sep 10
3
flac in the filesystem?
Hi Matt, thanks for the reply. * Matt Zimmerman (mdz@debian.org) wrote: > On Tue, Oct 30, 2001 at 11:39:11PM -0800, Joshua Haberman wrote: > > > So I was wondering if flac could be incorporated into the filesystem > > driver so that any file ending in .wav would be transparently encoded > > into flac. I don't know if this could be done at the vfs level so that >
2004 Sep 10
0
flac in the filesystem?
...ital audio, I can tell you > that it's a pain spending time supporting umpteen different formats > when each of them has a command-line encoder that understands wav just > fine (but alas, that's what users want...). I agree with Josh (the other one) that abstraction libraries like libaudiofile are a good way to make this a zero-maintenance feature. Theoretically, support for new formats can be added to the library, and all programs using that library will become instantly able to handle it. So while the program could continue to deal with raw audio data, decoding of various formats woul...
2004 Sep 10
1
flac in the filesystem?
* Matt Zimmerman (mdz@debian.org) wrote: > I agree with Josh (the other one) that abstraction libraries like > libaudiofile are a good way to make this a zero-maintenance feature. > Theoretically, support for new formats can be added to the library, and > all programs using that library will become instantly able to handle it. This is clearly the best solution. However, no abstraction library exists today that ca...
2008 Oct 21
1
Compile error
I get this error compiling on Fedora 8 i386. I attempt , ulimit -u unlimited, make distclean Code: /usr/bin/ld: skipping incompatible /usr/lib64/libaudiofile.so when searching for -laudiofile /usr/bin/ld: cannot find -laudiofile collect2: ld returned 1 exit status winegcc: gcc failed make[2]: *** [wineesd.drv.so] Error 2 make[2]: Leaving directory `/home/Emme/Desktop/wine-1.0.1/dlls/wineesd.drv' make[1]: *** [wineesd.drv] Error 2 make[1]: Leaving di...
2006 Jun 12
1
Compiling wine under Kubuntu Dapper
...base de donn?es. Cela signifie en g?n?ral que le paquet est manquant, qu'il est devenu obsol?te ou qu'il n'est disponible que sur une autre source Les NOUVEAUX paquets suivants seront install?s : build-essential freeglut3-dev g++ g++-4.0 libarts1-dev libartsc0-dev libasound2-dev libaudiofile-dev libcupsys2-dev libesd0-dev libgcrypt11-dev libgl1-mesa-dev libglib1.2-dev libglu1-mesa-dev libglut3-dev libgnutls-dev libgpg-error-dev libicu34-dev libjack0.100.0-dev libjpeg-mmx-dev libjpeg62-dev libmng-dev libncurses5-dev libogg-dev libopencdk8-dev libpopt-dev libqt3-mt-dev libs...
2007 Oct 09
2
Recommended Packages document
...The document was last edited 2007-10-07 15:26:02. My question is about the last comment about freeglut3-dev. Still required or not, would there be any problems if I install it "just in case"? Jim Debian * audio o winealsa.drv: libasound2-dev o wineaudioio.drv: libaudiofile-dev o wineesd.drv: libesd0-dev o winejack.drv: libjack0.80.0-dev o winenas.drv: libaudio-dev * capi o libcapi20-dev * cms: o liblcms1-dev * printing with CUPS o libcupsys2-dev * scanner o libsane-dev * drive a...
2004 Sep 10
2
command-line: AIFF writer advice
...gt; > > Initially, the default will still always be wav. OSX users are > likely to want > > AIFF as the default, though, so eventually I'll add a configuration > option to > > set the default format for decompression. > > A more flexible approach might be to use libaudiofile or a similar > facility, > so that multiple input formats can be automatically recognized, and > future > formats supported in a generalized way. > > I have meant to write this support for some time, but have not had > the > opportunity. It would also be nice to have a sim...
2006 Oct 06
1
problem using libao on OSX 10.4
...inking the shared library libesd.la against the loadable module *** libesd.so is not portable! gcc -flat_namespace -undefined suppress -o .libs/libesd.so - bundle .libs/ao_esd.o -L/usr/local/lib /MP3/OGG/libao-0.8.6/src/ plugins/esd/.libs/libesd.so /usr/local/lib/libesd.dylib /usr/local/ lib/libaudiofile.dylib -lm -lpthread powerpc-apple-darwin8-gcc-4.0.0: /MP3/OGG/libao-0.8.6/src/plugins/ esd/.libs/libesd.so: No such file or directory make[3]: *** [libesd.la] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 Another question I hav...
2003 Jan 16
1
Several problems with ogg123
...b/libiconv.so.3...done. Reading symbols from /usr/lib/libc_r.so.4...done. Reading symbols from /usr/local/lib/ao/plugins-2/liboss.so...done. Reading symbols from /usr/local/lib/ao/plugins-2/libesd.so...done. Reading symbols from /usr/local/lib/libesd.so.2...done. Reading symbols from /usr/local/lib/libaudiofile.so.0...done. Reading symbols from /usr/libexec/ld-elf.so.1...done. #0 0x28253a48 in .cerror () from /usr/lib/libc.so.4 (gdb) bt #0 0x28253a48 in .cerror () from /usr/lib/libc.so.4 #1 0x283bdbf2 in connect () from /usr/lib/libc_r.so.4 #2 0x284094b5 in esd_connect_tcpip (host=0x0) at esdlib.c:491...
2004 Sep 10
0
command-line: AIFF writer advice
...> Does this seem reasonable? > > Initially, the default will still always be wav. OSX users are likely to want > AIFF as the default, though, so eventually I'll add a configuration option to > set the default format for decompression. A more flexible approach might be to use libaudiofile or a similar facility, so that multiple input formats can be automatically recognized, and future formats supported in a generalized way. I have meant to write this support for some time, but have not had the opportunity. It would also be nice to have a simple command-line player using libao (a l...