📄 readme
字号:
This is libsndfile, 1.0.11libsndfile 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 usinglibsndfile. 'wav32_aiff24' converts a WAV file containing 32 bit floating point data into a 24 bit PCM AIFF file. 'sndfile2oct' dumps the audiodata of a file in a human readable format. 'sfconvert' is the beginningsof a audio file format conversion utility. 'make_sine' generates a WAVfile containing one cycle of a sine wave with 4096 sample points in32 bit floating point format. 'sfinfo' opens a sound file and printsout information about that file.The tests/ directory contains programs which link against libsndfileand test its functionality.The Win32/ directory contains files and documentation to allow libsndfileto compile under Win32 with the Microsoft Visual C++ compiler.The MacOS/ directory contains files and documentation to allow libsndfileto compile under MacOS with the Metrowerks compiler.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 Microsystemsunder a suitably free license.Win32-----There are detailed instructions for building libsndfile on Win32 in the file doc/win32.html MacOSX------Building on MacOSX should be the same as building it on any other Unix.OTHER PLATFORMS---------------To compile libsndfile on platforms which have a Bourne Shell compatibleshell, an ANSI C compiler and a make utility should require no more thatthe following three commands : ./configure make make install For platforms without the required shell, it is usually sufficient to create an approriate config.h file in the src/ directory with correctvalues for the following #defines (this would work for AmigaOS) :#define HAVE_ENDIAN_H 0#define GUESS_BIG_ENDIAN 1#define GUESS_LITTLE_ENDIAN 0#define FORCE_BROKEN_FLOAT 0CONTACTS--------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/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -