AVS_P3_dec

所属分类:数值算法/人工智能
开发工具:Visual C++
文件大小:306KB
下载次数:15
上传日期:2010-02-04 14:54:36
上 传 者swg925
说明:  AVS 音频解码参考软件,本人亲自验证,没有问题,请放心下载。
(AVS audio decoder reference software, I personally verified, there is no problem, please be assured to download.)

文件列表:
1058897 (0, 2011-02-18)
1058897\av3dec (0, 2011-02-18)
1058897\av3dec\header (0, 2011-02-18)
1058897\av3dec\header\av3dec.h (3140, 2004-01-21)
1058897\av3dec\header\common.h (1990, 2004-01-21)
1058897\av3dec\header\degetcmdarg.h (4686, 2004-01-21)
1058897\av3dec\header\funcs.h (2189, 2004-01-21)
1058897\av3dec\header\getcmdarg.h (4680, 2004-01-21)
1058897\av3dec\header\intMDCT.h (24569, 2004-01-21)
1058897\av3dec\header\polar.h (1968, 2004-01-21)
1058897\av3dec\header\sam_cbc_dec.h (4343, 2005-03-16)
1058897\av3dec\header\sam_decode.h (2371, 2005-03-16)
1058897\av3dec\header\sam_scf_band.h (5581, 2004-01-21)
1058897\av3dec\libAFsp (0, 2011-02-18)
1058897\av3dec\libAFsp\Include (0, 2011-02-18)
1058897\av3dec\libAFsp\Include\AD.h (6494, 2004-01-21)
1058897\av3dec\libAFsp\Include\AO.h (3772, 2004-01-21)
1058897\av3dec\libAFsp\Include\AO1.h (3814, 2004-01-21)
1058897\av3dec\libAFsp\Include\libtsp (0, 2011-02-18)
1058897\av3dec\libAFsp\Include\libtsp.h (10756, 2004-01-21)
1058897\av3dec\libAFsp\Include\libtsp\AFdataio.h (2110, 2004-01-21)
1058897\av3dec\libAFsp\Include\libtsp\AFheader.h (3722, 2004-01-21)
1058897\av3dec\libAFsp\Include\libtsp\AFmsg.h (9383, 2004-01-21)
1058897\av3dec\libAFsp\Include\libtsp\AFpar.h (8454, 2004-01-21)
1058897\av3dec\libAFsp\Include\libtsp\AIpar.h (3260, 2004-01-21)
1058897\av3dec\libAFsp\Include\libtsp\AUpar.h (2066, 2004-01-21)
1058897\av3dec\libAFsp\Include\libtsp\ESpar.h (3561, 2004-01-21)
1058897\av3dec\libAFsp\Include\libtsp\FImsg.h (1101, 2004-01-21)
1058897\av3dec\libAFsp\Include\libtsp\FIpar.h (800, 2004-01-21)
1058897\av3dec\libAFsp\Include\libtsp\FLmsg.h (1190, 2004-01-21)
1058897\av3dec\libAFsp\Include\libtsp\FNmsg.h (519, 2004-01-21)
1058897\av3dec\libAFsp\Include\libtsp\MSmsg.h (586, 2004-01-21)
1058897\av3dec\libAFsp\Include\libtsp\nucleus.h (2771, 2004-01-21)
1058897\av3dec\libAFsp\Include\libtsp\SPmsg.h (1095, 2004-01-21)
1058897\av3dec\libAFsp\Include\libtsp\STmsg.h (921, 2004-01-21)
1058897\av3dec\libAFsp\Include\libtsp\sysOS.h (1600, 2004-01-21)
1058897\av3dec\libAFsp\Include\libtsp\UTmsg.h (608, 2004-01-21)
1058897\av3dec\libAFsp\Include\libtsp\UTpar.h (674, 2004-01-21)
1058897\av3dec\libAFsp\Include\libtsp\UTtypes.h (1555, 2004-01-21)
1058897\av3dec\libAFsp\Include\libtsp\VRmsg.h (657, 2004-01-21)
... ...

/*************************************************************************** readme for AV3 decoder version 1.0 ***************************************************************************/ 1. av3 license declaration /************************************************************************* COPYRIGHT AND WARRANTY INFORMATION Copyright 2004, Audio Video Coding Standard, Part III DISCLAIMER OF WARRANTY These software programs are available to the users without any license fee or royalty on an as is basis. The AVS disclaims any and all warranties, whether express, implied, or statutory, including any implied warranties of merchantability or of fitness for a particular purpose. In no event shall the contributors or the AVS be liable for any incidental, punitive, or consequential damages of any kind whatsoever arising from the use of this program. This disclaimer of warranty extends to the user of this program and user's customers, employees, agents, transferees, successors, and assigns. The AVS does not represent or warrant that the program furnished hereunder are free of infringement of any third-party patents. Commercial implementations of AVS, including shareware, may be subject to royalty fees to patent holders. Information regarding the AVS patent policy is available from the AVS Web site at http://www.avs.org.cn *******************************************************************/ 2. file structure. av3dec ¤header ¤libAFsp ¤Include ¤libtsp ¤MSVC ¤source 3. make info under win/VC++6.0 1). open .\MSVC\av3dec.dsw 2). build 4. How to use Refer to Usage() in main.c. void usage(void) { fprintf(stdout, "\nUsage:\n"); fprintf(stdout, "%s [options] infile.av3\n", progName); fprintf(stdout, "Options(- or /):\n"); fprintf(stdout, " -h or -help Show this help screen.\n"); fprintf(stdout, " -i Show info about the input file.\n"); fprintf(stdout, " -o X Set output filename.\n"); fprintf(stdout, " -f X Set output format. Valid values for X are:\n"); fprintf(stdout, " 1: Microsoft WAV format(*.wav, default).\n"); fprintf(stdout, " 2: RAW PCM data(*.aif).\n"); fprintf(stdout, " -b X Set output sample format. Valid values for X are:\n"); fprintf(stdout, " 1: 16 bit PCM data (default).\n"); fprintf(stdout, " 2: 24 bit PCM data.\n"); fprintf(stdout, " 3: 32 bit PCM data.\n"); fprintf(stdout, " 4: 32 bit FLOAT data.\n"); fprintf(stdout, " -r X Set decoding bitrate. Valid values range for X are [16:***].\n"); fprintf(stdout, "Example:\n"); fprintf(stdout, " %s infile.av3\n", progName); fprintf(stdout, " %s -o outfile.wav infile.av3\n", progName); return; } 5. bug report or suggestion If any bug found, please contact with www.avs.org.cn or avsaudio@jdl.ac.cn Any suggestions are welcome too. 6. History fill data embedded, Miao Lei, Samsung, 2005-03-17

近期下载者

相关文件


收藏者