Welcome![Sign In][Sign Up]
Location:
Search - aac ADTS

Search list

[Audio programaacDecoder

Description: aac+的解码器,可以在windows下运行,用vc6直接编译。可以解码row,ADIF,ADTS的aac文件-aac decoder can operate in the windows with vc6 directly translated. It can decode row, ADIF, the ADTS aac documents
Platform: | Size: 144760 | Author: 张强 | Hits:

[Audio programfixpt.tar

Description: This module contains a high-performance HE-AAC decoder for 32-bit fixed-point processors. The following is a summary of what is and is not supported: Supported: - MPEG2, MPEG4 low complexity decoding (intensity stereo, M-S, TNS, PNS) - spectral band replication (SBR), high-quality mode - mono, stereo, and multichannel modes - ADTS, ADIF, and raw data block file formats
Platform: | Size: 668696 | Author: gloryn | Hits:

[Documentsaac adtc latm 格式

Description: AAC 的ADTS和LATM的编码方式的文档资料
Platform: | Size: 48128 | Author: qazwsxwtc | Hits:

[Audio programaacDecoder

Description: aac+的解码器,可以在windows下运行,用vc6直接编译。可以解码row,ADIF,ADTS的aac文件-aac decoder can operate in the windows with vc6 directly translated. It can decode row, ADIF, the ADTS aac documents
Platform: | Size: 643072 | Author: 张强 | Hits:

[Audio programfixpt.tar

Description: This module contains a high-performance HE-AAC decoder for 32-bit fixed-point processors. The following is a summary of what is and is not supported: Supported: - MPEG2, MPEG4 low complexity decoding (intensity stereo, M-S, TNS, PNS) - spectral band replication (SBR), high-quality mode - mono, stereo, and multichannel modes - ADTS, ADIF, and raw data block file formats -This module contains a high-performance HE-AAC decoder for 32-bit fixed-point processors. The following is a summary of what is and is not supported: Supported: - MPEG2, MPEG4 low complexity decoding (intensity stereo, M-S, TNS, PNS) - spectral band replication (SBR), high-quality mode - mono, stereo, and multichannel modes - ADTS, ADIF, and raw data block file formats
Platform: | Size: 668672 | Author: gloryn | Hits:

[Software EngineeringADTSandLATM

Description: AAC音频压缩编码标准的ADTS与LATM格式分析-aac audio ADTS vs LATM
Platform: | Size: 2283520 | Author: kexin | Hits:

[Streaming Mpeg4tstools-1_11

Description: The following tools are provided: es2ts: Read ES (video), output TS esdots: Print one character per ES unit esfilter: "Fast forward" ES video data to a file (outputs ES or TS) esmerge: Merge H.264 video and AAC ADTS audio ES to TS (very specific) esreport: Report on the contents of an ES file esreverse: "Reverse" ES video data to a file (outputs ES or TS) ps2es: Use ts2es (ts2es -pes) to obtain the effect of this. ps2ts: Read PS data, output TS psdots: Print one character per PS packet psreport: Report on the contents of a PS file stream_type: Make a (barely) educated guess what a file contains ts2es: Extract an ES stream from a TS file tsinfo: Report program info for a TS file (summarise PAT/PMT info) tsplay: Play (and possibly loop) a PS/TS file over UDP (using timing info) or TCP tsreport: Report on the contents of a TS file tsserve: Serve PS/TS files to clients (multicast) over TCP-The following tools are provided: es2ts: Read ES (video), output TS esdots: Print one character per ES unit esfilter: "Fast forward" ES video data to a file (outputs ES or TS) esmerge: Merge H.264 video and AAC ADTS audio ES to TS (very specific) esreport: Report on the contents of an ES file esreverse: "Reverse" ES video data to a file (outputs ES or TS) ps2es: Use ts2es (ts2es-pes) to obtain the effect of this. ps2ts: Read PS data, output TS psdots: Print one character per PS packet psreport: Report on the contents of a PS file stream_type: Make a (barely) educated guess what a file contains ts2es: Extract an ES stream from a TS file tsinfo: Report program info for a TS file (summarise PAT/PMT info) tsplay: Play (and possibly loop) a PS/TS file over UDP (using timing info) or TCP tsreport: Report on the contents of a TS file tsserve: Serve PS/TS files to clients (multicast) over TCP
Platform: | Size: 487424 | Author: guoq | Hits:

[Speech/Voice recognition/combineAAC_ADTS_LATM

Description: AAC音频压缩编码标准的ADTS与LATM格式分析-AAC audio compression coding standard with LATM format of ADTS
Platform: | Size: 586752 | Author: huya | Hits:

[Audio programaac_read

Description: 一个读取AAC ADTS帧头的程序,自己写的,哈哈。-a programme used to read the aac frame head.
Platform: | Size: 200704 | Author: 高雪飞 | Hits:

[mpeg mp3AAC_Encoder_with_MATLAB

Description: AAC编码器的matlab实现,可以导出AAC编码中间过程的系数-Usage: Take a wav file (44100, Mono) and name it as original_input.wav or change name in main_aacencoder.m. 1. Open the file main_aacencoder.m to encode original_input.wav in ADTS AAC format. 2. Run the file. 3. Check the output encoded_input.aac 4. Download FAADv2 decoder from http://www.rarewares.org/aac-decoders.php, or sourceforge.net/projects/ 5. Place the windows binary faad.exe in this folder. To decode this encoded AAC file run decode.bat, it uses faad.exe to decode. 6. Open the file encoded_input.wav. Enjoy !! 7. Use Adobe Audition/GoldWave to open wav files, or use any media player for the same.
Platform: | Size: 1889280 | Author: Rui | Hits:

[Voice Compress1

Description: aac数据添加adts头信息 各个bit位数据的 简要代码实现-adts head data for aac
Platform: | Size: 1024 | Author: 张磊 | Hits:

[Multimedia programsimplest_mediadata_test

Description: * 本项目包含如下几种视音频测试示例: * (1)像素数据处理程序。包含RGB和YUV像素格式处理的函数。 * (2)音频采样数据处理程序。包含PCM音频采样格式处理的函数。 * (3)H.264码流分析程序。可以分离并解析NALU。 * (4)AAC码流分析程序。可以分离并解析ADTS帧。 * (5)FLV封装格式分析程序。可以将FLV中的MP3音频码流分离出来。 * (6)UDP-RTP协议分析程序。可以将分析UDP/RTP/MPEG-TS数据包。(* This project contains following samples to handling multimedia data: * (1) Video pixel data handling program. It contains several examples to handle RGB and YUV data. * (2) Audio sample data handling program. It contains several examples to handle PCM data. * (3) H.264 stream analysis program. It can parse H.264 bitstream and analysis NALU of stream. * (4) AAC stream analysis program. It can parse AAC bitstream and analysis ADTS frame of stream. * (5) FLV format analysis program. It can analysis FLV file and extract MP3 audio stream. * (6) UDP-RTP protocol analysis program. It can analysis UDP/RTP/MPEG-TS Packet. *)
Platform: | Size: 24964096 | Author: 梁立峰 | Hits:

CodeBus www.codebus.net