AAC

所属分类:源码/资料
开发工具:WINDOWS
文件大小:312KB
下载次数:108
上传日期:2004-06-16 16:05:58
上 传 者xingling
说明:  一个实用的aac编码器
(A practical aac encoder)

文件列表:
AAC (0, 2004-06-16)
AAC\lib (0, 2004-06-16)
AAC\lib\Makefile.am (18, 2001-06-24)
AAC\lib\sndfile (0, 2004-06-16)
AAC\lib\sndfile\ChangeLog (21539, 2001-01-09)
AAC\lib\sndfile\AUTHORS (406, 2001-01-09)
AAC\lib\sndfile\COPYING (26518, 2001-01-09)
AAC\lib\sndfile\Makefile.am (139, 2001-01-09)
AAC\lib\sndfile\INSTALL (7831, 2001-01-09)
AAC\lib\sndfile\configure.in (4757, 2001-09-29)
AAC\lib\sndfile\NEWS (1975, 2001-01-09)
AAC\lib\sndfile\TODO (1830, 2001-01-09)
AAC\lib\sndfile\libsndfile.spec.in (1529, 2001-01-09)
AAC\lib\sndfile\reconf (155, 2001-01-09)
AAC\lib\sndfile\MacOS (0, 2004-06-16)
AAC\lib\sndfile\MacOS\Makefile.am (40, 2001-01-09)
AAC\lib\sndfile\MacOS\config.h (2309, 2001-01-09)
AAC\lib\sndfile\Win32 (0, 2004-06-16)
AAC\lib\sndfile\Win32\Makefile.am (81, 2001-01-09)
AAC\lib\sndfile\Win32\config.h (2067, 2001-11-08)
AAC\lib\sndfile\Win32\libsndfile.dsp (5958, 2002-02-22)
AAC\lib\sndfile\Win32\libsndfile60.dsp (6101, 2002-02-22)
AAC\lib\sndfile\Win32\unistd.h (1686, 2001-09-26)
AAC\lib\sndfile\Win32\libsndfile60.plg (256, 2004-06-02)
AAC\lib\sndfile\doc (0, 2004-06-16)
AAC\lib\sndfile\doc\ChangeLog (21539, 2001-01-09)
AAC\lib\sndfile\doc\Makefile.am (70, 2001-01-09)
AAC\lib\sndfile\doc\NEWS (1975, 2001-01-09)
AAC\lib\sndfile\doc\api.html (13848, 2001-01-09)
AAC\lib\sndfile\doc\bugs.html (1770, 2001-01-09)
AAC\lib\sndfile\doc\index.html (9883, 2001-01-09)
AAC\lib\sndfile\doc\libsndfile.jpg (22043, 2001-01-09)
AAC\lib\sndfile\doc\sfinfo.html (1196, 2001-01-09)
AAC\lib\sndfile\examples (0, 2004-06-16)
AAC\lib\sndfile\examples\Makefile.am (627, 2001-01-09)
AAC\lib\sndfile\examples\make_sine.c (1589, 2001-01-09)
AAC\lib\sndfile\examples\sfconvert.c (5429, 2001-01-09)
... ...

This is libsndfile, 0.0.16 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. 'wav32_aiff24' converts a WAV file containing 32 bit floating point data into a 24 bit PCM AIFF file. 'sndfile2oct' dumps the audio data of a file in a human readable format. 'sfconvert' is the beginnings of a audio file format conversion utility. 'make_sine' generates a WAV file containing one cycle of a sine wave with 4096 sample points in 32 bit floating point format. 'sfinfo' opens a sound file and prints out information about that file. The tests/ directory contains programs which link against libsndfile and test its functionality. The Win32/ directory contains files and documentation to allow libsndfile to compile under Win32 with the Microsoft Visual C++ compiler. The MacOS/ directory contains files and documentation to allow libsndfile to 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.html OTHER PLATFORMS --------------- To compile libsndfile on platforms which have a Bourne Shell compatible shell, an ANSI C compiler and a make utility should require no more that the 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 correct values for the following #defines (this would work for AmigaOS) : #define __BIG_ENDIAN__ 1 #define __LITTLE_ENDIAN__ 0 #define CAN_READ_WRITE_x86_IEEE 0 CONTACTS -------- libsndfile was written by Erik de Castro Lopo (erikd@zip.com.au). The libsndfile home page is at : http://www.zip.com.au/~erikd/libsndfile/

近期下载者

相关文件


收藏者