Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelwu/libsndfile
libsndfile 1.0.25 with an Android.mk file
https://github.com/michaelwu/libsndfile
Last synced: 16 days ago
JSON representation
libsndfile 1.0.25 with an Android.mk file
- Host: GitHub
- URL: https://github.com/michaelwu/libsndfile
- Owner: michaelwu
- License: lgpl-2.1
- Created: 2012-04-04T23:09:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-04T23:26:12.000Z (over 12 years ago)
- Last Synced: 2024-07-31T22:56:34.925Z (3 months ago)
- Language: C
- Homepage: http://www.mega-nerd.com/libsndfile/
- Size: 1.1 MB
- Stars: 15
- Watchers: 14
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
This is libsndfile, 1.0.25
libsndfile is a library of C routines for reading and writing
files containing sampled audio data.The src/ directory contains the source code for library itself.
The doc/ directory contains the libsndfile documentation.
The examples/ directory contains examples of how to write code using
libsndfile.The tests/ directory contains programs which link against libsndfile
and test its functionality.The src/GSM610 directory contains code written by Jutta Degener and Carsten
Bormann. Their original code can be found at :
http://kbs.cs.tu-berlin.de/~jutta/toast.htmlThe src/G72x directory contains code written and released by Sun Microsystems
under a suitably free license.LINUX
-----
Whereever possible, you should use the packages supplied by your Linux
distribution.If you really do need to compile from source it should be as easy as:
./configure
make
make installSince libsndfile optionally links against libFLAC, libogg and libvorbis, you
will need to install appropriate versions of these libraries before running
configure as above.UNIX
----
Compile as for Linux.Win32/Win64
-----------
The default Windows compilers are nowhere near compliant with the 1999 ISO
C Standard and hence not able to compile libsndfile.Please use the libsndfile binaries available on the libsndfile web site.
MacOSX
------
Building on MacOSX should be the same as building it on any other Unix.CONTACTS
--------libsndfile was written by Erik de Castro Lopo (erikd AT mega-nerd DOT com).
The libsndfile home page is at :http://www.mega-nerd.com/libsndfile/