ARM MPEG-4 AAC LC Decoder Technical Specification

Size: px
Start display at page:

Download "ARM MPEG-4 AAC LC Decoder Technical Specification"

Transcription

1 ARM MPEG-4 AAC LC Decoder Technical Specification Intellectual Property Products Division Software Systems Group Document number: PRD10-GENC Date of Issue: 19 June 2003 Copyright ARM Limited All rights reserved. Abstract Technical specification for the ARM MPEG-2 AAC Low Complexity profile decoder. This document details the performance of the decoder when it has been integrated into an ARM-supplied example player. Keywords AAC, MPEG, MPEG2, audio, decoder, technical specification PRD10-GENC Page 1 of 8

2 Contents 1 ABOUT THIS DOCUMENT Change control References Terms and abbreviations Licensing Notice 3 2 SCOPE 4 3 INTRODUCTION 4 4 TECHNICAL SPECIFICATION AAC Decoder Object Library Library Variants Big or little endian ARM Architecture 4, 4T or 5TE Toolkit and Object Code Format Decoder Support Low Complexity Profile Input Bit Stream Format Input Bit Rates Output Sample Rates Channel Support Application Programmer Interface Support Code and Test Files Memory & Performance Requirements Decoder Accuracy 8 PRD10-GENC Page 2 of 8

3 1 ABOUT THIS DOCUMENT 1.1 Change control Issue Date By Change November, 2002 Martyn Capewell First release th April 2003 Paddy Grove / Martyn Capewell Updated and re-issued 1.2 References This document refers to the following documents. Ref Doc No Author(s) Title [1] IS026-GENC ARM ARM Common Audio Decoder API User Guide [2] ISO/IEC MPEG Information technology-generic coding of moving pictures and associated audio information-part 7: Advanced Audio Coding, [3] PRD10-GENC MPEG ARM MPEG-4 AAC LC Decoder User Guide 1.3 Terms and abbreviations This document uses the following terms and abbreviations. Term AAC API LC MPEG ROPI RWPI ADS RVCT Meaning Advanced Audio Coding Application Programmer Interface Low Complexity Motion Picture Experts Group Read-only position-independent (refers to object code) Read-write position independent (refers to object code) ARM Developers Suite RealView Compilation Tools 1.4 Licensing Notice This product implements MPEG-AAC Technology which is subject to third party intellectual property rights. Supply of this product does not convey a license under the relevant intellectual property rights of Dolby Laboratories PRD10-GENC Page 3 of 8

4 Licensing Corporation or others, nor imply any right to use this product in any finished end user or ready-to-use final product without such a license. An independent license for such use is required. For details on AAC patent licensing, please send to the Advanced Audio Coding Licensing Administration at AACLA@dolby.com, or visit the web site at 2 SCOPE This document describes the technical capabilities and performance requirements of the ARM software MPEG-4 AAC LC decoder. 3 INTRODUCTION ARM has developed a family of fast, high-quality audio decoder libraries. They are intended to be integrated into applications for ARM-based platforms that require the ability to playback audio data in real time. From : Advanced Audio Coding, or AAC, is the latest technology co-developed by experts in the art and science of audio compression, and standardized as part of the MPEG specifications. Compared to MPEG-1 Layer 3 (MP3) audio, AAC provides higher quality audio reproduction, yet it requires approximately 50% less data. That means music that sounds better, downloads faster, and takes less storage space or network bandwidth. PRD10-GENC Page 4 of 8

5 4 TECHNICAL SPECIFICATION 4.1 AAC Decoder Object Library Library Variants Different library variants are available, corresponding to different combinations of the features described in the following sections Big or little endian Libraries are available for big and little endian archtectures ARM Architecture 4, 4T or 5TE Libraries are available for ARM architectures 4, 4T and 5TE. Each is compatible with devices that that implement the appropriate ARM architecture or higher. The 4T and 5TE libraries are built for ARM-Thumb interworking and are compatible with both ARM and Thumb code Toolkit and Object Code Format The library is available in ADS ELF format, for use with ADS1.1 (or later version) or RVCT. The library is ROPI and RWPI compatible and is suitable for use in a shared library Decoder Support The decoder is a Channel Low Complexity Profile MPEG-4 AAC Decoder, as defined by the standard [2]. All versions of the decoder support the following Low Complexity Profile The decoder is compliant with the MPEG-4 AAC Low Complexity profile. The decoder does not support Main Profile or Scaleable Sample Rate Profile. The decoder is also backward compatible with the MPEG-2 AAC Low Complexity profile Input Bit Stream Format Both Audio Data Interchange Format (ADIF) and Audio Data Transport Stream (ADTS) are supported Input Bit Rates The input rate for an MPEG-4 AAC stream is defined in the frame header in a 23-bit field, as defined in the MPEG- 4 AAC standard [2]. All input bit rates defined in this field are supported, including variable bit rate Output Sample Rates The decoder supports the following output sample rates, in Hz: 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 64000, and PRD10-GENC Page 5 of 8

6 Channel Support The decoder supports decoding of AAC streams with either one or two channels. The decoder does not support other channel configurations Application Programmer Interface The decoder supports the ARM Common Audio Decoder API, defined in [1] and supplemented by [3]. 4.2 Support Code and Test Files The following support code and test files are supplied with the decoder 1. A command-line test harness application that decodes an AAC file into a PCM file. 2. An example AAC bitstream. 3. A reference PCM file 4. A tool to compare the reference PCM data with the output from the test harness PRD10-GENC Page 6 of 8

7 4.3 Memory & Performance Requirements The ARM decoder has target requirements for the following resources to decode a 48kHz 320kbps stereo input stream using 32-bit wide zero wait state memory. TNS Processor Peak CPU MHz ROM / kbytes RAM / kbytes ARM7M 27 Disabled Enabled ARM9M 23 ARM9E 21 ARM7M 35 ARM9M 31 ARM9E These figures, were obtained using the supplied test harness and test files. Peak MHz is for the worst frame of 1152 samples of all the test files decoded CPU MHz requirement In addition to the CPU MHz for decoding the AAC bit-stream additional MHz will be required to fill the input buffer with bit-stream and to empty the output buffer of PCM samples. The actual MHz required for these tasks will depend on the source of the bit-stream and destination of the PCM samples and the means implemented to perform the data transfers. Successfully decoding an AAC bit-stream in real time requires that the output buffer never becomes empty and that the input buffer never overflows. In both of these case data will be lost and the audio quality of the AAC file being played back will be reduced. Ensuring the highest quality playback requires that the decoder is called often enough and for long enough to avoid these problems. In a system using the recommended buffering the decoder must be called every frame of 1024 PCM samples, this equates to every 21ms for a 48KHz sampling frequency. The decoder must also be given adequate CPU cycles to completely decode the frame within the 21ms. If it is not possible to call the decoder often enough then consideration should be given to providing larger input and out buffers Memory requirement The ROM size figure includes all AAC decoder library code and constant data. The object code of the customer s player application will be in addition to this figure. The RAM size is sufficient for the decoder to play back AAC audio in real-time, and consists of the following: AAC decoder state 17kBytes State which must be preserved whilst the decoder is running AAC decoder workspace 0 Workspace that can be corrupted between API calls CPU stack 256Bytes The maximum CPU stack depth inside the AAC decoder PCM output buffer 4096Bytes Circular PCM output buffer as recommended and discussed in [1] PRD10-GENC Page 7 of 8

8 Single input buffer 1536Bytes For most applications a single input buffer is sufficient, but double buffering may sometimes be required. All areas of RAM are allocated and owned by the external application. The decoder does not allocate any RAM itself, either statically or dynamically. 4.4 Decoder Accuracy Each 16-bit PCM output sample from the ARM AAC Decoder differs from the corresponding output sample from the ISO reference decoder by a maximum of twice the magnitude of the least significant bit, for all test files used. PRD10-GENC Page 8 of 8

Audio Compression. Audio Compression. Absolute Threshold. CD quality audio:

Audio Compression. Audio Compression. Absolute Threshold. CD quality audio: Audio Compression Audio Compression CD quality audio: Sampling rate = 44 KHz, Quantization = 16 bits/sample Bit-rate = ~700 Kb/s (1.41 Mb/s if 2 channel stereo) Telephone-quality speech Sampling rate =

More information

Optical Storage Technology. MPEG Data Compression

Optical Storage Technology. MPEG Data Compression Optical Storage Technology MPEG Data Compression MPEG-1 1 Audio Standard Moving Pictures Expert Group (MPEG) was formed in 1988 to devise compression techniques for audio and video. It first devised the

More information

STM32-MP3NL/DEC. STM32 audio engine MP3 decoder library. Description. Features

STM32-MP3NL/DEC. STM32 audio engine MP3 decoder library. Description. Features STM32 audio engine MP3 decoder library Data brief Features MPEG-1, 2 or 2.5 formats Layers 1, 2 and 3 Constant bit rate and variable bit rate Mono or stereo input streams PCM (Pulse Code Modulation) output

More information

_äìé`çêé. Audio Compression Codec Specifications and Requirements. Application Note. Issue 2

_äìé`çêé. Audio Compression Codec Specifications and Requirements. Application Note. Issue 2 _äìé`çêé Audio Compression Codec Specifications and Requirements Application Note Issue 2 CSR Cambridge Science Park Milton Road Cambridge CB4 0WH United Kingdom Registered in England 3665875 Tel: +44

More information

WB_MP3DEC - Wishbone MP3 Decoder

WB_MP3DEC - Wishbone MP3 Decoder WB_MP3DEC - Wishbone MP3 Decoder Frozen Content Modified by on 13-Sep-2017 Parent article: FPGA Peripheral Components - Wishbone WB_MP3DEC - Wishbone MP3 Decoder. The Wishbone MP3 Decoder component (WB_MP3DEC)

More information

WHITE PAPER. Fraunhofer Institute for Integrated Circuits IIS

WHITE PAPER. Fraunhofer Institute for Integrated Circuits IIS WHITE PAPER Reference and template code for MPEG audio encoders and decoders on embedded and digital signal processors Fraunhofer IIS (CDKs) are bit precise reference codes tailored for implementations

More information

Annotation Universal Metadata Set. 1 Scope. 2 References. 3 Introduction. Motion Imagery Standards Board Recommended Practice MISB RP 0602.

Annotation Universal Metadata Set. 1 Scope. 2 References. 3 Introduction. Motion Imagery Standards Board Recommended Practice MISB RP 0602. Motion Imagery Standards Board Recommended Practice Annotation Universal Metadata Set MISB RP 0602.1 13 June 2007 1 Scope This Recommended Practice documents the basic SMPTE KLV metadata sets used to encode

More information

DigiPoints Volume 1. Student Workbook. Module 8 Digital Compression

DigiPoints Volume 1. Student Workbook. Module 8 Digital Compression Digital Compression Page 8.1 DigiPoints Volume 1 Module 8 Digital Compression Summary This module describes the techniques by which digital signals are compressed in order to make it possible to carry

More information

Audio-coding standards

Audio-coding standards Audio-coding standards The goal is to provide CD-quality audio over telecommunications networks. Almost all CD audio coders are based on the so-called psychoacoustic model of the human auditory system.

More information

Audio-coding standards

Audio-coding standards Audio-coding standards The goal is to provide CD-quality audio over telecommunications networks. Almost all CD audio coders are based on the so-called psychoacoustic model of the human auditory system.

More information

TransMu x. Users Manual. Version 3. Copyright PixelTools Corporation

TransMu x. Users Manual. Version 3. Copyright PixelTools Corporation TransMu x Version 3 Users Manual Copyright 1997-2003 PixelTools Corporation Contact Information: PixelTools Corporation 10721 Wunderlich Drive Cupertino, CA 95014 USA Tel: +1 (408) 374-5327 Fax: +1 (408)

More information

Welcome to MainConcept AAC Encoder - Plug-In for Adobe Flash Media Live Encoder -

Welcome to MainConcept AAC Encoder - Plug-In for Adobe Flash Media Live Encoder - Welcome to MainConcept AAC Encoder - Plug-In for Adobe Flash Media Live Encoder - MainConcept AAC Encoder Plug-In v1.0.6 Contents Introduction..........................................................

More information

Streaming and Recording Capabilities

Streaming and Recording Capabilities Streaming and Recording Capabilities PCS-G50/G50P All PCS-G70/G70P All PCS-XG55S All PCS-XG80S All Introduction Sony visual communication system PCS-XG55S/XG80S and PCS-G50/G50P/G70/ G70P (here after referred

More information

Modeling of an MPEG Audio Layer-3 Encoder in Ptolemy

Modeling of an MPEG Audio Layer-3 Encoder in Ptolemy Modeling of an MPEG Audio Layer-3 Encoder in Ptolemy Patrick Brown EE382C Embedded Software Systems May 10, 2000 $EVWUDFW MPEG Audio Layer-3 is a standard for the compression of high-quality digital audio.

More information

Digital video coding systems MPEG-1/2 Video

Digital video coding systems MPEG-1/2 Video Digital video coding systems MPEG-1/2 Video Introduction What is MPEG? Moving Picture Experts Group Standard body for delivery of video and audio. Part of ISO/IEC/JTC1/SC29/WG11 150 companies & research

More information

Port of a fixed point MPEG2-AAC encoder on a ARM platform

Port of a fixed point MPEG2-AAC encoder on a ARM platform Port of a fixed point MPEG2-AAC encoder on a ARM platform Romain Pagniez University College Dublin Information Hiding Laboratory Department of Computer Science Belfield, Dublin 4 Ireland http://ihl.ucd.ie/

More information

The following bit rates are recommended for broadcast contribution employing the most commonly used audio coding schemes:

The following bit rates are recommended for broadcast contribution employing the most commonly used audio coding schemes: Page 1 of 8 1. SCOPE This Operational Practice sets out guidelines for minimising the various artefacts that may distort audio signals when low bit-rate coding schemes are employed to convey contribution

More information

HD Audio Converter Incorporates HDMI technology

HD Audio Converter Incorporates HDMI technology HD Audio Converter Incorporates HDMI technology HDMI input HDMI, Optical, Coaxial and 3.5mm audio output MODEL : HA-110SA OWNERS MANUAL 1 INTRODUCTION Congratulations on your purchase of the HD Audio Converter.

More information

DIGITAL TELEVISION 1. DIGITAL VIDEO FUNDAMENTALS

DIGITAL TELEVISION 1. DIGITAL VIDEO FUNDAMENTALS DIGITAL TELEVISION 1. DIGITAL VIDEO FUNDAMENTALS Television services in Europe currently broadcast video at a frame rate of 25 Hz. Each frame consists of two interlaced fields, giving a field rate of 50

More information

Preview only reaffirmed Fifth Avenue, New York, New York, 10176, US

Preview only reaffirmed Fifth Avenue, New York, New York, 10176, US reaffirmed 2017 551 Fifth Avenue, New York, New York, 10176, US Revision of AES55-2007 (reaffirmed 2017) AES standard for digital audio engineering - Carriage of MPEG Surround in an AES3 bitstream Published

More information

Dolby Vision. Streams within the HTTP Live Streaming format

Dolby Vision. Streams within the HTTP Live Streaming format Dolby Vision Streams within the HTTP Live Streaming format Version 2.0 13 November 2018 Copyright 2018 Dolby Laboratories. All rights reserved. Unauthorized use, sale, or duplication is prohibited. This

More information

5: Music Compression. Music Coding. Mark Handley

5: Music Compression. Music Coding. Mark Handley 5: Music Compression Mark Handley Music Coding LPC-based codecs model the sound source to achieve good compression. Works well for voice. Terrible for music. What if you can t model the source? Model the

More information

Perceptual coding. A psychoacoustic model is used to identify those signals that are influenced by both these effects.

Perceptual coding. A psychoacoustic model is used to identify those signals that are influenced by both these effects. Perceptual coding Both LPC and CELP are used primarily for telephony applications and hence the compression of a speech signal. Perceptual encoders, however, have been designed for the compression of general

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD IEC 61937-6 First edition 2002-08 Digital audio Interface for non-linear PCM encoded audio bitstreams applying IEC 60958 Part 6: Non-linear PCM bitstreams according to Reference

More information

Computing in the Modern World

Computing in the Modern World Computing in the Modern World BCS-CMW-7: Data Representation Wayne Summers Marion County October 25, 2011 There are 10 kinds of people in the world: those who understand binary and those who don t. Pre-exercises

More information

AMERICAN NATIONAL STANDARD

AMERICAN NATIONAL STANDARD Digital Video Subcommittee AMERICAN NATIONAL STANDARD Methods for Isochronous Data Services Transport NOTICE The Society of Cable Telecommunications Engineers (SCTE) / International Society of Broadband

More information

Digital Imaging and Communications in Medicine (DICOM) Supplement 180: MPEG-4 AVC/H.264 Transfer Syntax

Digital Imaging and Communications in Medicine (DICOM) Supplement 180: MPEG-4 AVC/H.264 Transfer Syntax 1 2 3 4 5 6 7 8 9 10 Digital Imaging and Communications in Medicine (DICOM) 11 12 13 Supplement 180: MPEG-4 AVC/H.264 Transfer Syntax 14 15 16 17 18 19 20 21 22 23 24 DICOM Standards Committee, Working

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 13818-7 Second edition 2003-08-01 Information technology Generic coding of moving pictures and associated audio information Part 7: Advanced Audio Coding (AAC) Technologies

More information

Both LPC and CELP are used primarily for telephony applications and hence the compression of a speech signal.

Both LPC and CELP are used primarily for telephony applications and hence the compression of a speech signal. Perceptual coding Both LPC and CELP are used primarily for telephony applications and hence the compression of a speech signal. Perceptual encoders, however, have been designed for the compression of general

More information

ITP 342 Mobile App Dev. Audio

ITP 342 Mobile App Dev. Audio ITP 342 Mobile App Dev Audio File Formats and Data Formats 2 pieces to every audio file: file format (or audio container) data format (or audio encoding) File formats describe the format of the file itself

More information

3GPP TS V6.2.0 ( )

3GPP TS V6.2.0 ( ) TS 26.401 V6.2.0 (2005-03) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; General audio codec audio processing functions; Enhanced

More information

Module 10 MULTIMEDIA SYNCHRONIZATION

Module 10 MULTIMEDIA SYNCHRONIZATION Module 10 MULTIMEDIA SYNCHRONIZATION Lesson 36 Packet architectures and audio-video interleaving Instructional objectives At the end of this lesson, the students should be able to: 1. Show the packet architecture

More information

Networking Applications

Networking Applications Networking Dr. Ayman A. Abdel-Hamid College of Computing and Information Technology Arab Academy for Science & Technology and Maritime Transport Multimedia Multimedia 1 Outline Audio and Video Services

More information

ITU-T J.288. Encapsulation of type length value (TLV) packet for cable transmission systems

ITU-T J.288. Encapsulation of type length value (TLV) packet for cable transmission systems I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T J.288 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (03/2016) SERIES J: CABLE NETWORKS AND TRANSMISSION OF TELEVISION, SOUND

More information

Introducing Audio Signal Processing & Audio Coding. Dr Michael Mason Snr Staff Eng., Team Lead (Applied Research) Dolby Australia Pty Ltd

Introducing Audio Signal Processing & Audio Coding. Dr Michael Mason Snr Staff Eng., Team Lead (Applied Research) Dolby Australia Pty Ltd Introducing Audio Signal Processing & Audio Coding Dr Michael Mason Snr Staff Eng., Team Lead (Applied Research) Dolby Australia Pty Ltd Introducing Audio Signal Processing & Audio Coding 2013 Dolby Laboratories,

More information

As of October 1, 1998, our address is:

As of October 1, 1998, our address is: 3 Hi/fn TM supplies two of the Internet s most important raw materials: compression and encryption. Hi/fn is also the world s first company to put both on a single chip, creating a processor that performs

More information

Compression; Error detection & correction

Compression; Error detection & correction Compression; Error detection & correction compression: squeeze out redundancy to use less memory or use less network bandwidth encode the same information in fewer bits some bits carry no information some

More information

UNDERSTANDING MUSIC & VIDEO FORMATS

UNDERSTANDING MUSIC & VIDEO FORMATS ComputerFixed.co.uk Page: 1 Email: info@computerfixed.co.uk UNDERSTANDING MUSIC & VIDEO FORMATS Are you confused with all the different music and video formats available? Do you know the difference between

More information

Dolby Vision. Streams within the MPEG-DASH format

Dolby Vision. Streams within the MPEG-DASH format Dolby Vision Streams within the MPEG-DASH format Version 2.0 13 November 2018 Copyright 2018 Dolby Laboratories. All rights reserved. Unauthorized use, sale, or duplication is prohibited. This document

More information

White paper: Video Coding A Timeline

White paper: Video Coding A Timeline White paper: Video Coding A Timeline Abharana Bhat and Iain Richardson June 2014 Iain Richardson / Vcodex.com 2007-2014 About Vcodex Vcodex are world experts in video compression. We provide essential

More information

As of October 1, 1998, our address is:

As of October 1, 1998, our address is: 033& 6 Hi/fn TM supplies two of the Internet s most important raw materials: compression and encryption. Hi/fn is also the world s first company to put both on a single chip, creating a processor that

More information

Part Matrix vs. Code Matrix for Broadcast-based Applications

Part Matrix vs. Code Matrix for Broadcast-based Applications Part Matrix vs. Code Matrix for Broadcast-based Applications 1. : BROADCAST APPLICATION SUBFAMILY A Broadcast Application implies that data is either an Elementary Stream (ES) or Packetized Elementary

More information

CineLink HD-D IP Decoder

CineLink HD-D IP Decoder CineLink HD-D IP Decoder [product image] We are receiving data on a moment-to-moment basis from all of our programs, and the video wall gives us a snapshot of events happening globally. - Ed Shubert, Senior

More information

MISB RP September Security Metadata Universal and Local Sets for Digital Motion Imagery. 1. Scope. 2. References

MISB RP September Security Metadata Universal and Local Sets for Digital Motion Imagery. 1. Scope. 2. References Motion Imagery Standards Board Recommended Practice: Security Metadata Universal and Local Sets for Digital Motion Imagery MISB RP 0102.3 12 September 2007 1. Scope This Recommended Practice (RP) describes

More information

Mpeg 1 layer 3 (mp3) general overview

Mpeg 1 layer 3 (mp3) general overview Mpeg 1 layer 3 (mp3) general overview 1 Digital Audio! CD Audio:! 16 bit encoding! 2 Channels (Stereo)! 44.1 khz sampling rate 2 * 44.1 khz * 16 bits = 1.41 Mb/s + Overhead (synchronization, error correction,

More information

Audio issues in MIR evaluation

Audio issues in MIR evaluation Audio issues in MIR evaluation Overview of audio formats Preferred presentation of audio files in an MIR testbed A set of simple recommendations Audio Formats I 1. Apple AIFF (Audio Interchange File Format)

More information

ITEC310 Computer Networks II

ITEC310 Computer Networks II ITEC310 Computer Networks II Chapter 29 Multimedia Department of Information Technology Eastern Mediterranean University 2/75 Objectives After completing this chapter you should be able to do the following:

More information

WHITE PAPER. Director Prof. Dr.-Ing. Albert Heuberger Am Wolfsmantel Erlangen

WHITE PAPER. Director Prof. Dr.-Ing. Albert Heuberger Am Wolfsmantel Erlangen WHITE PAPER MPEG-4 AVC video encoder and decoder Fraunhofer IIS offers quality- and speed-optimized software implementations of MPEG-4 AVC (also known as H.264) encoding and decoding algorithms on various

More information

MISB ST STANDARD. 27 February Ancillary Text Metadata Sets. 1 Scope. 2 References. 2.1 Normative References.

MISB ST STANDARD. 27 February Ancillary Text Metadata Sets. 1 Scope. 2 References. 2.1 Normative References. MISB ST 0808.1 STANDARD Ancillary Text Metadata Sets 27 February 2014 1 Scope This Standard documents the SMPTE KLV metadata sets used to encode text data associated with a motion imagery data stream.

More information

Audio and video compression

Audio and video compression Audio and video compression 4.1 introduction Unlike text and images, both audio and most video signals are continuously varying analog signals. Compression algorithms associated with digitized audio and

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia application format (MPEG-A) Part 4: Musical slide show application format

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia application format (MPEG-A) Part 4: Musical slide show application format INTERNATIONAL STANDARD ISO/IEC 23000-4 Second edition 2009-01-15 Information technology Multimedia application format (MPEG-A) Part 4: Musical slide show application format Technologies de l'information

More information

Blu-ray Disc DMP-BDT280

Blu-ray Disc DMP-BDT280 Televisions & Home Entertainment Blu-ray Disc DMP-BDT280 Blu-ray Disc Players PLAYABLE DISCS BD-ROM FULL HD 3D / BD- Video BD-RE / BD- RE DL (Ver.3) BDAV/ BDMV / / FLAC / AAC / MP3 / ALAC / BD-R / BD-R

More information

Introducing Audio Signal Processing & Audio Coding. Dr Michael Mason Senior Manager, CE Technology Dolby Australia Pty Ltd

Introducing Audio Signal Processing & Audio Coding. Dr Michael Mason Senior Manager, CE Technology Dolby Australia Pty Ltd Introducing Audio Signal Processing & Audio Coding Dr Michael Mason Senior Manager, CE Technology Dolby Australia Pty Ltd Overview Audio Signal Processing Applications @ Dolby Audio Signal Processing Basics

More information

Image and video processing

Image and video processing Image and video processing Digital video Dr. Pengwei Hao Agenda Digital video Video compression Video formats and codecs MPEG Other codecs Web video - 2 - Digital Video Until the arrival of the Pentium

More information

PLAYBACK COMPATIBILITY LIST

PLAYBACK COMPATIBILITY LIST PLABACK COMPATIBILIT LIST General Information Disc loader Disc type CD CD-R CD-R/RW DVD DVD+R DVD-R DVD+R/RW DVD-R/RW DVD-RAM DVD-DL Mini-CD HD-DVD Blu-ray Disc USB USB Standards 1.0 1.1 2.0 3.0 File systems

More information

UM1641 User manual. Sampling rate conversion SRC236 library software expansion for STM32Cube. Introduction

UM1641 User manual. Sampling rate conversion SRC236 library software expansion for STM32Cube. Introduction UM1641 User manual Sampling rate conversion SRC236 library software expansion for STM32Cube Introduction The sampling rate conversion SRC236 library user manual describes the software interface and requirements

More information

Mandozzi Elettronica Inc.

Mandozzi Elettronica Inc. Mandozzi Elettronica Inc. COMBIMUX DT88, the compact 2 Mbps Multiplexer/ Demultiplexer with integrated Audio Codecs 1. General description COMBIMUX DT88 is the small brother of the famous COMBIMUX DT99.

More information

MPEG-4: Overview. Multimedia Naresuan University

MPEG-4: Overview. Multimedia Naresuan University MPEG-4: Overview Multimedia Naresuan University Sources - Chapters 1 and 2, The MPEG-4 Book, F. Pereira and T. Ebrahimi - Some slides are adapted from NTNU, Odd Inge Hillestad. MPEG-1 and MPEG-2 MPEG-1

More information

WORLD AIRLINE ENTERTAINMENT ASSOCIATION TECHNOLOGY COMMITTEE WAEA SPECIFICATION

WORLD AIRLINE ENTERTAINMENT ASSOCIATION TECHNOLOGY COMMITTEE WAEA SPECIFICATION WORLD AIRLINE ENTERTAINMENT ASSOCIATION TECHNOLOGY COMMITTEE WAEA SPECIFICATION 1289-2 Specification for Mastertape Recording, Tape Duplication, Compact Disc Replication, and Digital Encoding for Airborne

More information

MP3. Panayiotis Petropoulos

MP3. Panayiotis Petropoulos MP3 By Panayiotis Petropoulos Overview Definition History MPEG standards MPEG 1 / 2 Layer III Why audio compression through Mp3 is necessary? Overview MPEG Applications Mp3 Devices Mp3PRO Conclusion Definition

More information

Performance analysis of AAC audio codec and comparison of Dirac Video Codec with AVS-china. Under guidance of Dr.K.R.Rao Submitted By, ASHWINI S URS

Performance analysis of AAC audio codec and comparison of Dirac Video Codec with AVS-china. Under guidance of Dr.K.R.Rao Submitted By, ASHWINI S URS Performance analysis of AAC audio codec and comparison of Dirac Video Codec with AVS-china Under guidance of Dr.K.R.Rao Submitted By, ASHWINI S URS Outline Overview of Dirac Overview of AVS-china Overview

More information

DRAFT. Encapsulation of Dirac Video content and time code markers in ISO/IEC Transport Streams

DRAFT. Encapsulation of Dirac Video content and time code markers in ISO/IEC Transport Streams Dirac ISO/IEC 13818 1 Transport Stream Mapping Page 1 DRAFT Encapsulation of Dirac Video content and time code markers in ISO/IEC 13818 1 Transport Streams Draft 20 February 2007 Page 1 Dirac ISO/IEC 13818

More information

VideoCD Audio + Stills A solution compatible with DVD players

VideoCD Audio + Stills A solution compatible with DVD players VideoCD Audio + Stills A solution compatible with DVD players 1. INTRODUCTION This manual is a translation into English from the original Spanish document available in www.videoedicion.org and www.vcdsp.com,

More information

ATSC Standard: A/342 Part 2, AC-4 System

ATSC Standard: A/342 Part 2, AC-4 System ATSC Standard: A/342 Part 2, AC-4 System Doc. A/342-2:2017 23 February 2017 Advanced Television Systems Committee 1776 K Street, N.W. Washington, D.C. 20006 202-872-9160 i The Advanced Television Systems

More information

3GPP TS V5.2.0 ( )

3GPP TS V5.2.0 ( ) TS 26.140 V5.2.0 (2002-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Multimedia Messaging Service (MMS); Media formats and codecs

More information

Introduction to Video Encoding

Introduction to Video Encoding Introduction to Video Encoding INF5063 23. September 2011 History of MPEG Motion Picture Experts Group MPEG1 work started in 1988, published by ISO in 1993 Part 1 Systems, Part 2 Video, Part 3 Audio, Part

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Coding of audio-visual objects Part 18: Font compression and streaming

ISO/IEC INTERNATIONAL STANDARD. Information technology Coding of audio-visual objects Part 18: Font compression and streaming INTERNATIONAL STANDARD ISO/IEC 14496-18 First edition 2004-07-01 Information technology Coding of audio-visual objects Part 18: Font compression and streaming Technologies de l'information Codage des objets

More information

Lecture 16 Perceptual Audio Coding

Lecture 16 Perceptual Audio Coding EECS 225D Audio Signal Processing in Humans and Machines Lecture 16 Perceptual Audio Coding 2012-3-14 Professor Nelson Morgan today s lecture by John Lazzaro www.icsi.berkeley.edu/eecs225d/spr12/ Hero

More information

Directory. Product overview. Connecting your media player. Specification. Interface. Explanation of the remote control. Connector Indication

Directory. Product overview. Connecting your media player. Specification. Interface. Explanation of the remote control. Connector Indication License Notice and Trademark Acknowledgement. Manufactured under license from Dolby Laboratories. Dolby and the double-d symbol are trademarks of Dolby Laboratories. Manufactured under license under U.S.

More information

INTERNATIONAL ORGANISATION FOR STANDARDISATION ORGANISATION INTERNATIONALE DE NORMALISATION ISO/IEC JTC1/SC29/WG11 CODING OF MOVING PICTURES AND AUDIO

INTERNATIONAL ORGANISATION FOR STANDARDISATION ORGANISATION INTERNATIONALE DE NORMALISATION ISO/IEC JTC1/SC29/WG11 CODING OF MOVING PICTURES AND AUDIO INTERNATIONAL ORGANISATION FOR STANDARDISATION ORGANISATION INTERNATIONALE DE NORMALISATION ISO/IEC JTC1/SC29/WG11 CODING OF MOVING PICTURES AND AUDIO ISO/IEC JTC1/SC29 WG11 N15073 February 2015, Geneva,

More information

Fundamentals of Perceptual Audio Encoding. Craig Lewiston HST.723 Lab II 3/23/06

Fundamentals of Perceptual Audio Encoding. Craig Lewiston HST.723 Lab II 3/23/06 Fundamentals of Perceptual Audio Encoding Craig Lewiston HST.723 Lab II 3/23/06 Goals of Lab Introduction to fundamental principles of digital audio & perceptual audio encoding Learn the basics of psychoacoustic

More information

Internet Streaming Media

Internet Streaming Media Internet Streaming Media Reji Mathew NICTA & CSE UNSW COMP9519 Multimedia Systems S2 2008 Multimedia Streaming preferred for streaming System Overview Protocol stack Protocols + SDP S Encoder Side Issues

More information

ARIB STD-T53-C.S Circuit-Switched Video Conferencing Services

ARIB STD-T53-C.S Circuit-Switched Video Conferencing Services ARIB STD-T-C.S00-0 Circuit-Switched Video Conferencing Services Refer to "Industrial Property Rights (IPR)" in the preface of ARIB STD-T for Related Industrial Property Rights. Refer to "Notice" in the

More information

Audio Coding and MP3

Audio Coding and MP3 Audio Coding and MP3 contributions by: Torbjørn Ekman What is Sound? Sound waves: 20Hz - 20kHz Speed: 331.3 m/s (air) Wavelength: 165 cm - 1.65 cm 1 Analogue audio frequencies: 20Hz - 20kHz mono: x(t)

More information

Efficient Implementation of Transform Based Audio Coders using SIMD Paradigm and Multifunction Computations

Efficient Implementation of Transform Based Audio Coders using SIMD Paradigm and Multifunction Computations Efficient Implementation of Transform Based Audio Coders using SIMD Paradigm and Multifunction Computations Luckose Poondikulam S (luckose@sasken.com), Suyog Moogi (suyog@sasken.com), Rahul Kumar, K P

More information

2.1 Transcoding audio files

2.1 Transcoding audio files 2.1 Transcoding audio files 2.1.1 Introduction to Transcoding One of the basic tasks you can perform on an audio track is to convert it into another format. This process known as Transcoding, is the direct

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 13818-4 Second edition 2004-12-15 Information technology Generic coding of moving pictures and associated audio information Part 4: Conformance testing Technologies de l'information

More information

AMD HD7750 PCIe ADD-IN BOARD. Datasheet (GFX-A3T2-01FST1)

AMD HD7750 PCIe ADD-IN BOARD. Datasheet (GFX-A3T2-01FST1) AMD HD7750 PCIe ADD-IN BOARD Datasheet (GFX-A3T2-01FST1) CONTENTS 1. Feature... 3 2. Functional Overview... 4 2.1. Memory Interface... 4 2.2. Memory Aperture Size... 4 2.3. Avivo Display System... 5 2.4.

More information

Compressed Audio Demystified by Hendrik Gideonse and Connor Smith. All Rights Reserved.

Compressed Audio Demystified by Hendrik Gideonse and Connor Smith. All Rights Reserved. Compressed Audio Demystified Why Music Producers Need to Care About Compressed Audio Files Download Sales Up CD Sales Down High-Definition hasn t caught on yet Consumers don t seem to care about high fidelity

More information

ETSI TS V (201

ETSI TS V (201 TS 126 401 V13.0.0 (201 16-01) TECHNICAL SPECIFICATION Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; General audio codec audio processing

More information

MPEG-4 BSAC Technology

MPEG-4 BSAC Technology MPEG-4 BSAC Technology 6DPVXQJ$,7 Introduction to BSAC What is BSAC Bit Sliced Arithmetic Coding alternative noiseless coding tool for MPEG-4 AAC to provide fine grain scalability functionality Characteristics

More information

Press Release. battery life may differ depending on ambient temperature or the status of use.

Press Release. battery life may differ depending on ambient temperature or the status of use. Press Release Sony s New Walkman Range Appeals to Audiophiles with Video and Colours The new compact Walkman NW-A800 series offers a stunning audio and visual experience while the affordable NW-E010 series

More information

Streaming video. Video on internet. Streaming video, live or on demand (VOD)

Streaming video. Video on internet. Streaming video, live or on demand (VOD) Streaming video 1 Video on internet. There are two different basic ways of presenting video on internet: The receiver downloads the entire video file and than plays it using some kind of media player The

More information

Digital Imaging and Communications in Medicine (DICOM)

Digital Imaging and Communications in Medicine (DICOM) Digital Imaging and Communications in Medicine (DICOM) Supplement 195: HEVC/H.5 Transfer Syntax Prepared by: DICOM Standards Committee, Working Group 13 Visible Light 10 N. 17th Street Rosslyn, Virginia

More information

Introduction to Computer Science (I1100) Data Storage

Introduction to Computer Science (I1100) Data Storage Data Storage 145 Data types Data comes in different forms Data Numbers Text Audio Images Video 146 Data inside the computer All data types are transformed into a uniform representation when they are stored

More information

Aud-X 5.1 Help.

Aud-X 5.1 Help. Aud-X 5.1 Help www.aud-x.com Overview Aud-X has been engineered as 5.1 channel surround sound CODEC, and is dedicated for the use with Xvid/Divx based movies. It is of course also possible to compress

More information

Dolby Vision. Profiles and levels V1.2.9

Dolby Vision. Profiles and levels V1.2.9 Dolby Vision Profiles and levels V1.2.9 1 June 2017 Contents Contents 1.1 Copyright 3 1.2 Intentionally blank 4 1.3 Trademarks 5 1 Introduction to Dolby Vision bitstreams profiles and levels 6 1.1 Standards

More information

TEAC HR Audio Player. Music Playback Software for TEAC USB AUDIO DAC Devices OWNER S MANUAL

TEAC HR Audio Player. Music Playback Software for TEAC USB AUDIO DAC Devices OWNER S MANUAL Z TEAC HR Audio Player Music Playback Software for TEAC USB AUDIO DAC Devices OWNER S MANUAL Table of contents Overview...3 Anyone can easily enjoy high-quality audio file playback...3 Supported models

More information

3 Data Storage 3.1. Foundations of Computer Science Cengage Learning

3 Data Storage 3.1. Foundations of Computer Science Cengage Learning 3 Data Storage 3.1 Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: List five different data types used in a computer. Describe how

More information

Embedding Audio into your RX Application

Embedding Audio into your RX Application Embedding Audio into your RX Application Renesas Electronics America Inc. Renesas Technology & Solution Portfolio 2 Microcontroller and Microprocessor Line-up 2010 2013 32-bit 8/16-bit 1200 DMIPS, Superscalar

More information

3.01C Multimedia Elements and Guidelines Explore multimedia systems, elements and presentations.

3.01C Multimedia Elements and Guidelines Explore multimedia systems, elements and presentations. 3.01C Multimedia Elements and Guidelines 3.01 Explore multimedia systems, elements and presentations. Multimedia Fair Use Guidelines Guidelines for using copyrighted multimedia elements include: Text Motion

More information

Product information C: Installation

Product information C: Installation Product information A: Analog inputs and outputs B: Digital S/PDIF input and output C: Internal analog inputs C A B Installation Before installation: When you have an onboard soundcard, please disable

More information

Multichannel use of the BWF audio file format (MBWF)

Multichannel use of the BWF audio file format (MBWF) EBU Recommendation R111-2007 Multichannel use of the BWF audio file format (MBWF) Status: EBU Recommendation Geneva February 2007 1 Page intentionally left blank. This document is paginated for recto-verso

More information

Internet Streaming Media

Internet Streaming Media Multimedia Streaming Internet Streaming Media Reji Mathew NICTA & CSE UNSW COMP9519 Multimedia Systems S2 2006 preferred for streaming System Overview Protocol stack Protocols + SDP SIP Encoder Side Issues

More information

Full HD HEVC(H.265)/H.264 Hardware IPTV Encoder Model: MagicBox HD4 series MagicBox HD401: Single channel HDMI/AV, HDMI/VGA/YPbPr/AV, HDSDI input

Full HD HEVC(H.265)/H.264 Hardware IPTV Encoder Model: MagicBox HD4 series MagicBox HD401: Single channel HDMI/AV, HDMI/VGA/YPbPr/AV, HDSDI input Full HD HEVC(H.265)/H.264 Hardware IPTV Encoder Model: MagicBox HD4 series MagicBox HD401: Single channel HDMI/AV, HDMI/VGA/YPbPr/AV, HDSDI input 1 MagicBox HD404: 4 channels HDMI/AV, HDMI/VGA/YPbPr/AV,

More information

Switch Release Notes. Switch

Switch Release Notes. Switch Switch 3.0.1 Release Notes Switch Telestream Switch is an award-winning cross platform media player, inspector, and correction tool for professionals. Switch comes in three versions: Switch Player (free),

More information

Principles of Audio Coding

Principles of Audio Coding Principles of Audio Coding Topics today Introduction VOCODERS Psychoacoustics Equal-Loudness Curve Frequency Masking Temporal Masking (CSIT 410) 2 Introduction Speech compression algorithm focuses on exploiting

More information

Model: LT-122-PCIE For PCI Express

Model: LT-122-PCIE For PCI Express Model: LT-122-PCIE For PCI Express Data Sheet JUNE 2014 Page 1 Introduction... 3 Board Dimensions... 4 Input Video Connections... 5 Host bus connectivity... 6 Functional description... 7 Video Front-end...

More information

15 Data Compression 2014/9/21. Objectives After studying this chapter, the student should be able to: 15-1 LOSSLESS COMPRESSION

15 Data Compression 2014/9/21. Objectives After studying this chapter, the student should be able to: 15-1 LOSSLESS COMPRESSION 15 Data Compression Data compression implies sending or storing a smaller number of bits. Although many methods are used for this purpose, in general these methods can be divided into two broad categories:

More information

CODING METHOD FOR EMBEDDING AUDIO IN VIDEO STREAM. Harri Sorokin, Jari Koivusaari, Moncef Gabbouj, and Jarmo Takala

CODING METHOD FOR EMBEDDING AUDIO IN VIDEO STREAM. Harri Sorokin, Jari Koivusaari, Moncef Gabbouj, and Jarmo Takala CODING METHOD FOR EMBEDDING AUDIO IN VIDEO STREAM Harri Sorokin, Jari Koivusaari, Moncef Gabbouj, and Jarmo Takala Tampere University of Technology Korkeakoulunkatu 1, 720 Tampere, Finland ABSTRACT In

More information