[openbeosmediakit] libsndfile
- From: "Marcus Overhagen" <dos4gw@xxxxxx>
- To: openbeosmediakit@xxxxxxxxxxxxx
- Date: Sat, 24 Nov 2001 23:05:12 +0000
Hello,
libsndfile is a LGPL library that can be used to read various file formats,
such as WAV and AIFF, also compressed in MS ADPCM or IMA ADPCM.
http://www.zip.com.au/~erikd/libsndfile/
I noticed that version 0.27 is now released.
It properly works on BeOS.
In the examples directory you can find sfplay_beos.cpp
you need to compile it separately, and link it against
src/.libs/libsndfile.a
It would be fine if someone here has the nowledge to change the
configure script, or automake or whatever necessary to automatically
build it.
We can use it when doing BMediaFile / BMediaTrack replacement.
regards
Marcus
Other related posts:
- » [openbeosmediakit] libsndfile