Audio File Formats. - Formats with lossy compression, such as MP3, Vorbis, lossy Window Media Audio (WMA) and AAC.

Size: px
Start display at page:

Download "Audio File Formats. - Formats with lossy compression, such as MP3, Vorbis, lossy Window Media Audio (WMA) and AAC."

Transcription

1 Audio File Formats An audio file format is a container format for storing audio data on a computer system. There are numerous file formats for storing audio data. The general approach towards storing digital audio is to sample the audio voltage (which on playback, would correspond to a certain position of the membrane in a speaker) of the individual channels with a certain resolution (the number of bits per sample) in regular intervals (forming the sample rate). This data can then be stored uncompressed or compressed to reduce the file size. Types of formats It is important to distinguish between a file format and a codec. A codec performs the encoding and decoding of the raw audio data while the data itself is stored in a file with a specific audio file format. Though most audio file formats support only one audio codec, a file format may support multiple codecs, as AVI does. There are three major groups of audio file formats: - Uncompressed audio formats, such as WAV, AIFF and AU; - Formats with lossless compression, such as FLAC, Monkey's Audio (filename extension APE), WavPack, Shorten, TTA, Apple Lossless and lossless Windows Media Audio (WMA); and - Formats with lossy compression, such as MP3, Vorbis, lossy Window Media Audio (WMA) and AAC. Uncompressed audio format There is one major uncompressed audio format, PCM, which is usually stored as a.wav on Windows or as.aiff on Mac OS. WAV is a flexible file format designed to store more or less any combination of sampling rates or bitrates. This makes it an adequate file format for storing and archiving an original recording. A lossless compressed format would require more processing for the same time recorded, but would be more efficient in terms of space used. WAV, like any other uncompressed format, encodes all sounds, whether they are complex sounds or absolute silence, with the same number of bits per unit of time. Let's take an example. A file contains a minute of a symphonic orchestra

2 playing beautifully followed by a minute of silence. If the sound were stored in WAV, the same amount of data would be used for each half. If data were encoded with TTA, the first minute would be a bit smaller than in the WAV file, and the silent half would take almost no disc space at all. But then, recording in the TTA format would require a lot more processing than the WAV. The WAV format is based on the RIFF file format, which is similar to the IFF format. BWF (Broadcast Wave Format) is a standard audio format created by the European Broadcasting Union as a successor to WAV. BWF allows metadata to be stored in the file. See: European Broadcasting Union: Specification of the Broadcast Wave Format - A format for audio data files in broadcasting. EBU Technical document 3285, July This format is the primary recording format used in many professional Audio Workstations used in the Television and Film industry. Stand-alone file based multi-track recorders from Sound Devices, Zaxcom, HHB USA, Fostex, and Aaton all use BWF as their preferred file format for recording multi-track audio files with SMPTE Time Code reference. This standardized Time Stamp in the Broadcast Wave File allows for easy synchronization with a separate picture element. Linear pulse code modulation (LPCM) is a method of encoding audio information digitally. The term also refers collectively to formats using this method of encoding. The term Pulse-code modulation (PCM), though strictly more general, is often used to describe data encoded as LPCM. LPCM is a particular method of pulse code modulation which represents an audio waveform as a sequence of amplitude values recorded at a sequence of times. LPCM is PCM with linear quantization.[5] LPCM represents sample amplitudes on a linear scale.[6] LPCM specifies that the values stored are proportional to the amplitudes, rather than representing say the logarithm of the amplitude (e.g. companding - A-law/u-law), or being related in some other manner (e.g. DPCM or ADPCM).[6] In practice these values will be quantized. LPCM audio is coded using a combination of various parameters - such as resolution/sample size (e.g. 8, 16, 20, 24 bit, etc), frequency/sample rate (e.g. 8000, 11025, 16000, 22050, 24000, 32000, 44100, Hz / "samples per second", etc), sign (signed or unsigned), number of channels (monaural, stereo, quadrophonic, etc) and interleaving of channels, byte order (little endian, big endian).[7] If the sample is 16-bit signed, the sample range is from to 32767, with a centerpoint of

3 0.[8] (For example, signed LPCM data is used on Audio CD, DVD Video, 16-bit LPCM in WAV, audio/l16, etc.) If the sample is 16-bit unsigned, the sample range is from 0 to 65535, with a centerpoint of [7] Lossless audio formats Lossless audio formats (such as TTA and FLAC) provide a compression ratio of about 2:1. Open File Formats wav - standard audio file format used mainly in Windows PCs. Commonly used for storing uncompressed (LPCM Linear Pulse Code Modulation), CD-quality sound files, which means that they can be large in size - around 10MB per minute of music. It is less well known that wave files can also be encoded with a variety of codecs to reduce the file size (for example the GSM or mp3 codecs). WAVE or WAV, short for Waveform Audio File Format,(also, but rarely, named, Audio for Windows[9]) is a Microsoft and IBM audio file format standard for storing an audio bitstream on PCs. It is an application of the RIFF bitstream format method for storing data in chunks, and thus is also close to the 8SVX and the AIFF format used on Amiga and Macintosh computers, respectively. It is the main format used on Windows systems for raw and typically uncompressed audio. The usual bitstream encoding is the Linear Pulse Code Modulation (LPCM) format. mp3 - the MPEG Layer-3 format is the most popular format for downloading and storing music. By eliminating portions of the audio file that are essentially inaudible, mp3 files are compressed to roughly one-tenth the size of an equivalent PCM file while maintaining good audio quality. The mp3 format is recommended for music storage. It is not that good for voice storage. ogg - a free, open source container format supporting a variety of codecs, the most popular of which is the audio codec Vorbis. Vorbis files are often compared to MP3 files in terms of quality. But the simple fact mp3 are so much more broadly supported makes it difficult to recommend ogg files. gsm - designed for telephony use in Europe, gsm is a very practical format for telephone quality voice. It makes a good compromise between file size and quality. Note that wav files can also be encoded with the gsm codec. dct - A variable codec format designed for dictation. It has dictation header

4 information and can be encrypted (often required by medical confidentiality laws). flac - a lossless compression codec. You can think of lossless compression as like zip but for audio. If you compress a PCM file to flac and then restore it again it will be a perfect copy of the original. (All the other codecs discussed here are lossy which means a small part of the quality is lost). The cost of this losslessness is that the compression ratio is not good. Flac is recommended for archiving PCM files where quality is important (eg. broadcast or music use). au - the standard audio file format used by Sun, Unix and Java. The audio in au files can be PCM or compressed with the ulaw, alaw or G729 codecs. aiff - Audio Interchange File Format (AIFF) is an audio file format standard used for storing sound data for personal computers and other electronic audio devices. The format was co-developed by Apple Computer in 1988 based on Electronic Arts' Interchange File Format (IFF, widely used on Amiga systems) and is most commonly used on Apple Macintosh computer systems. The audio data in a standard AIFF file is uncompressed pulsecode modulation (PCM). There is also a compressed variant of AIFF known as AIFF-C or AIFC, with various defined compression codecs. Standard AIFF is a leading format (along with SDII and WAV) used by professional-level audio and video applications, and unlike the better-known lossy MP3 format, it is non-compressed (which aids rapid streaming of multiple audio files from disk to the application), and lossless. Like any noncompressed, lossless format, it uses much more disk space than MP3 about 10MB for one minute of stereo audio at a sample rate of 44.1 khz and a sample size of 16 bits. In addition to audio data, AIFF can include loop point data and the musical note of a sample, for use by hardware samplers and musical applications. The file extension for the standard AIFF format is.aiff or.aif. For the compressed variants it is supposed to be.aifc, but.aiff or.aif are accepted as well by audio applications supporting the format. vox - the vox format most commonly uses the Dialogic ADPCM (Adaptive Differential Pulse Code Modulation) codec. Similar to other ADPCM formats, it compresses to 4-bits. Vox format files are similar to wave files except that the vox files contain no information about the file itself so the codec sample rate and number of channels must first be specified in order to play a vox file. raw - a raw file can contain audio in any codec but is usually used with PCM audio data. It is rarely used except for technical tests.

5 Proprietary Formats wma - the popular Windows Media Audio format owned by Microsoft. Designed with Digital Rights Management (DRM) abilities for copy protection. Windows Media Audio (WMA) is an audio data compression technology developed by Microsoft. The name can be used to refer to its audio file format or its audio codecs. It is a proprietary technology that forms part of the Windows Media framework. WMA consists of four distinct codecs. The original WMA codec, known simply as WMA, was conceived as a competitor to the popular MP3 and RealAudio codecs.wma Pro, a newer and more advanced codec, supports multichannel and high resolution audio. A lossless codec, WMA Lossless, compresses audio data without loss of audio fidelity. The regular WMA format is not lossless).[3] And WMA Voice, targeted at voice content, applies compression using a range of low bit rates. aac - the Advanced Audio Coding format is based on the MPEG4 audio standard owned by Dolby. A copy-protected version of this format has been developed by Apple for use in music downloaded from their itunes Music Store. atrac (.wav) - the older style Sony ATRAC format. It always has a.wav file extension. To open these files simply install the ATRAC3 drivers. ra - a Real Audio format designed for streaming audio over the Internet. The.ra format allows files to be stored in a self-contained fashion on a computer, with all of the audio data contained inside the file itself. ram - a text file that contains a link to the Internet address where the Real Audio file is stored. The.ram file contains no audio data itself. dss - Digital Speech Standard files are an Olympus proprietary format. It is a fairly old and poor codec. Prefer gsm or mp3 where the recorder allows. msv - a Sony proprietary format for Memory Stick compressed voice files. dvf - a Sony proprietary format for compressed voice files; commonly used by Sony dictation recorders.

Preservation Handbook

Preservation Handbook Preservation Handbook Digital Audio Author Gareth Knight & John McHugh Version 1 Date 25 July 2005 Change History Page 1 of 8 Definition Sound in its original state is a series of air vibrations (compressions

More information

Tutorial. Part One -----Class1, 02/05/2015

Tutorial. Part One -----Class1, 02/05/2015 2.1.1 Tutorial Part One -----Class1, 02/05/2015 Download Audacity and LAME Encoder Audacity is an open source cross-platform (It can be used in Windows, Macs, and Linux) audio editor. You can download

More information

Creating Content for ipod + itunes

Creating Content for ipod + itunes apple Apple Education Creating Content for ipod + itunes This guide provides information about the file formats you can use when creating content compatible with itunes and ipod. This guide also covers

More information

PRIMER ON PC AUDIO. Introduction to PC-Based Audio

PRIMER ON PC AUDIO. Introduction to PC-Based Audio PRIMER ON PC AUDIO This document provides an introduction to various issues associated with PC-based audio technology. Topics include the following: Introduction to PC-Based Audio Introduction to Audio

More information

Action Plan Background: WAVE. Author: Andrea Goethals Last Revision Date: 03/29/04

Action Plan Background: WAVE. Author: Andrea Goethals Last Revision Date: 03/29/04 Action Plan Background: WAVE Author: Andrea Goethals Last Revision Date: 03/29/04 Preface: The WAVE format complies with the Resource Interchange File Format (RIFF), which is Microsoft's variation on the

More information

How to use Adobe Media Encoder CS6

How to use Adobe Media Encoder CS6 How to use Adobe Media Encoder CS6 Adobe Media Encoder CS6 converts sequences and clips into media suited for distribution on the web or on DVDs, ipods, tablets, cell phones, and other mobile devices.

More information

Introduction and Comparison of Common Videoconferencing Audio Protocols I. Digital Audio Principles

Introduction and Comparison of Common Videoconferencing Audio Protocols I. Digital Audio Principles Introduction and Comparison of Common Videoconferencing Audio Protocols I. Digital Audio Principles Sound is an energy wave with frequency and amplitude. Frequency maps the axis of time, and amplitude

More information

What do we define as File Based Audio:

What do we define as File Based Audio: What do we define as File Based Audio: Streaming live download for Internet radio and Music services like Spotify and playing music over a network from NAS or PC Play back of Audio files Playing music

More information

GUIDELINES FOR THE CREATION OF DIGITAL COLLECTIONS

GUIDELINES FOR THE CREATION OF DIGITAL COLLECTIONS GUIDELINES FOR THE CREATION OF DIGITAL COLLECTIONS Digitization Best Practices for Audio This document sets forth guidelines for digitizing audio materials for CARLI Digital Collections. The issues described

More information

Video and Audio Codecs: How Morae Uses Them

Video and Audio Codecs: How Morae Uses Them Video and Audio Codecs: How Morae Uses Them What is a Codec? Codec is an acronym that stands for "compressor/decompressor." A codec is an algorithm a specialized computer program that compresses data when

More information

Digitizing Sound Files

Digitizing Sound Files Digitizing Sound Files Introduction Sound is one of the major elements of multimedia. Adding appropriate sound can make multimedia or web page powerful. For example, linking text or image with sound in

More information

Audio Coding, Psycho- Accoustic model and MP3

Audio Coding, Psycho- Accoustic model and MP3 INF5081: Multimedia Coding and Applications Audio Coding, Psycho- Accoustic model and MP3, NR Torbjørn Ekman, Ifi Nils Christophersen, Ifi Sverre Holm, Ifi What is Sound? Sound waves: 20Hz - 20kHz Speed:

More information

Technical Paper. Dolby Digital Plus Audio Coding

Technical Paper. Dolby Digital Plus Audio Coding Technical Paper Dolby Digital Plus Audio Coding Dolby Digital Plus is an advanced, more capable digital audio codec based on the Dolby Digital (AC-3) system that was introduced first for use on 35 mm theatrical

More information

COMPACT DISK STANDARDS & SPECIFICATIONS

COMPACT DISK STANDARDS & SPECIFICATIONS COMPACT DISK STANDARDS & SPECIFICATIONS History: At the end of 1982, the Compact Disc Digital Audio (CD-DA) was introduced. This optical disc digitally stores audio data in high quality stereo. The CD-DA

More information

Recording and Editing Audio with Audacity

Recording and Editing Audio with Audacity 1 Recording and Editing Audio with Audacity http://audacity.sourceforge.net/ Audacity is free, open source software for recording and editing sounds. It is available for Mac OS X, Microsoft Windows, Linux,

More information

Dolby DP600 and DP600-C Program Optimizer Overview for Postproduction Facilities

Dolby DP600 and DP600-C Program Optimizer Overview for Postproduction Facilities Dolby DP600 and DP600-C Program Optimizer Overview for Postproduction Facilities The Dolby DP600 Program Optimizer is an innovative audio platform that provides a file-based work-flow solution for loudness

More information

Audio Editing. Using Audacity Matthew P. Fritz, DMA Associate Professor of Music Elizabethtown College

Audio Editing. Using Audacity Matthew P. Fritz, DMA Associate Professor of Music Elizabethtown College Audio Editing Using Audacity Matthew P. Fritz, DMA Associate Professor of Music Elizabethtown College What is sound? Sounds are pressure waves of air Pressure pushes air molecules outwards in all directions

More information

College Archives Digital Preservation Policy. Created: October 2007 Last Updated: December 2012

College Archives Digital Preservation Policy. Created: October 2007 Last Updated: December 2012 College Archives Digital Preservation Policy Created: October 2007 Last Updated: December 2012 Introduction The Columbia College Chicago Archives Digital Preservation Policy establishes a framework to

More information

Fetch TV My Media Hub Quick Start Guide For Windows Or Mac

Fetch TV My Media Hub Quick Start Guide For Windows Or Mac Fetch TV My Media Hub Quick Start Guide for Windows or Mac 1 Fetch TV My Media Hub Quick Start Guide For Windows Or Mac Sharing media content with the Fetch TV Box from a PC or Mac 2 Fetch TV My Media

More information

Fetch TV My Media Hub Quick Start Guide For USB Devices

Fetch TV My Media Hub Quick Start Guide For USB Devices Fetch TV My Media Hub Quick Start Guide for USB Devices 1 Fetch TV My Media Hub Quick Start Guide For USB Devices Sharing media content with the Fetch TV Box from a USB device 2 Fetch TV My Media Hub Quick

More information

Digital Audio and Video Data

Digital Audio and Video Data Multimedia Networking Reading: Sections 3.1.2, 3.3, 4.5, and 6.5 CS-375: Computer Networks Dr. Thomas C. Bressoud 1 Digital Audio and Video Data 2 Challenges for Media Streaming Large volume of data Each

More information

Copyright 2002-2003 Kinoma Inc. All rights reserved.

Copyright 2002-2003 Kinoma Inc. All rights reserved. Kinoma Producer 2 Version 2.0 Copyright 2002-2003 Kinoma Inc. All rights reserved. Before using this software, please read the End User License Agreement that is supplied together with this software. http://www.kinoma.com

More information

Dolby DP600 and DP600-C Program Optimizer Overview for Cable and IPTV Operators

Dolby DP600 and DP600-C Program Optimizer Overview for Cable and IPTV Operators Dolby DP600 and DP600-C Program Optimizer Overview for Cable and IPTV Operators The Dolby DP600 Program Optimizer is an innovative audio platform that provides a file-based work-flow solution for loudness

More information

Audacity 1.2.4 Sound Editing Software

Audacity 1.2.4 Sound Editing Software Audacity 1.2.4 Sound Editing Software Developed by Paul Waite Davis School District This is not an official training handout of the Educational Technology Center, Davis School District Possibilities...

More information

PERFORMANCE ANALYSIS OF VIDEO FORMATS ENCODING IN CLOUD ENVIRONMENT

PERFORMANCE ANALYSIS OF VIDEO FORMATS ENCODING IN CLOUD ENVIRONMENT Suresh Gyan Vihar University Journal of Engineering & Technology (An International Bi Annual Journal) Vol. 1, Issue 1, 2015, pp 1 5 ISSN: 2395 0196 PERFORMANCE ANALYSIS OF VIDEO FORMATS ENCODING IN CLOUD

More information

Any Video Converter Professional User Manual 1. Any Video Converter Professional. User Manual

Any Video Converter Professional User Manual 1. Any Video Converter Professional. User Manual Any Video Converter Professional User Manual 1 Any Video Converter Professional User Manual Any Video Converter Professional User Manual 2 1. Welcome to Any Video Converter Professional...3 1.1 Main Window

More information

Workshop Mediaformats for the Eminent mediaplayers

Workshop Mediaformats for the Eminent mediaplayers Workshop Mediaformats for the Eminent mediaplayers Workshop mediaformats 2 ENGLISH Table of contents 1.0 Introduction... 2 2.0 Supported resolutions... 2 2.1 Common HD information... 3 2.2 How does the

More information

Video compression. Contents. Some helpful concepts.

Video compression. Contents. Some helpful concepts. Video compression. Uncompressed video is extremely large, which makes it hard to store and move. In most cases we compress video to manage it. The amount of compression depends on the task at hand. Contents

More information

itunes 7.0 Fall 07 fall 2007

itunes 7.0 Fall 07 fall 2007 itunes 7.0 Fall 07 fall 2007 Table of Contents Introduction 3 Layout of itunes 3 Playlists 4 Create a Playlist 4 Create a Smart Playlist 5 Burning to CD 5 Burning Preferences 5 Importing Files 6 Encoding

More information

WAVE PCM soundfile format

WAVE PCM soundfile format EE 356 WAV File Format Notes https://ccrma.stanford.edu/courses/422/projects/waveformat/ WAVE PCM soundfile format The WAVE file format is a subset of Microsoft's RIFF specification for the storage of

More information

Analog-to-Digital Voice Encoding

Analog-to-Digital Voice Encoding Analog-to-Digital Voice Encoding Basic Voice Encoding: Converting Analog to Digital This topic describes the process of converting analog signals to digital signals. Digitizing Analog Signals 1. Sample

More information

Born-digital media for long term preservation and access: Selection or deselection of media independent music productions

Born-digital media for long term preservation and access: Selection or deselection of media independent music productions Submitted on: 29.07.2015 Born-digital media for long term preservation and access: Selection or deselection of media independent music productions Trond Valberg Head Curator, Music Section, National Library

More information

EUROPEAN COMPUTER DRIVING LICENCE. Multimedia Audio Editing. Syllabus

EUROPEAN COMPUTER DRIVING LICENCE. Multimedia Audio Editing. Syllabus EUROPEAN COMPUTER DRIVING LICENCE Multimedia Audio Editing Syllabus Purpose This document details the syllabus for ECDL Multimedia Module 1 Audio Editing. The syllabus describes, through learning outcomes,

More information

Disassembling a Windows Wave File (.wav)

Disassembling a Windows Wave File (.wav) Disassembling a Windows Wave File (.wav) The aim of this project was to create a nice sine wave as a test signal to trace the function of the electronic circuit of a tube amplifier by oscilloscope: By

More information

Broadband Networks. Prof. Dr. Abhay Karandikar. Electrical Engineering Department. Indian Institute of Technology, Bombay. Lecture - 29.

Broadband Networks. Prof. Dr. Abhay Karandikar. Electrical Engineering Department. Indian Institute of Technology, Bombay. Lecture - 29. Broadband Networks Prof. Dr. Abhay Karandikar Electrical Engineering Department Indian Institute of Technology, Bombay Lecture - 29 Voice over IP So, today we will discuss about voice over IP and internet

More information

Media Object Production - Hardware and Software Tools

Media Object Production - Hardware and Software Tools Lesson 8 Media Object Production - Hardware and Software Tools Concept of Media Object Production Process of CM Media Object Production Audio Production Video Production - Capturing - Editing - Compressing

More information

Switch. The only tool professionals need to play, inspect and correct all their files

Switch. The only tool professionals need to play, inspect and correct all their files Telestream Switch Product Guide Switch The only tool professionals need to play, inspect and correct all their files Ideal for visual file inspection, QC workflows, itunes content delivery, and rewrapping

More information

Video Encoding Best Practices

Video Encoding Best Practices Video Encoding Best Practices SAFARI Montage Creation Station and Managed Home Access Introduction This document provides recommended settings and instructions to prepare user-created video for use with

More information

Music Compression Algorithms and Why You Should Care. Alexander Benjamin 12/09/10

Music Compression Algorithms and Why You Should Care. Alexander Benjamin 12/09/10 Music Compression Algorithms and Why You Should Care Alexander Benjamin 12/09/10 TABLE OF CONTENTS 1.0 Introduction... 2 2.0 General Data Compression Techniques... 3 2.1 Lossless versus Lossy Compression...

More information

Specification of the Broadcast Wave Format (BWF)

Specification of the Broadcast Wave Format (BWF) EBU TECH 3285 Specification of the Broadcast Wave Format (BWF) A format for audio data files in broadcasting Version 2.0 Geneva May 2011 1 * Page intentionally left blank. This document is paginated for

More information

Voice---is analog in character and moves in the form of waves. 3-important wave-characteristics:

Voice---is analog in character and moves in the form of waves. 3-important wave-characteristics: Voice Transmission --Basic Concepts-- Voice---is analog in character and moves in the form of waves. 3-important wave-characteristics: Amplitude Frequency Phase Voice Digitization in the POTS Traditional

More information

Best practices for producing quality digital video files

Best practices for producing quality digital video files University of Michigan Deep Blue deepblue.lib.umich.edu 2011-03-09 Best practices for producing quality digital video files Formats Group, Deep Blue http://hdl.handle.net/2027.42/83222 Best practices for

More information

Step by step guide to using Audacity

Step by step guide to using Audacity Step by step guide to using Audacity Contents 1 - Introduction... 1 2 - Getting Started... 2 2.1 - Starting Audacity... 2 3 Recording, Saving and Editing Your Audio... 3 3.1 Recording your audio... 3 3.2

More information

AUDIO CODING: BASICS AND STATE OF THE ART

AUDIO CODING: BASICS AND STATE OF THE ART AUDIO CODING: BASICS AND STATE OF THE ART PACS REFERENCE: 43.75.CD Brandenburg, Karlheinz Fraunhofer Institut Integrierte Schaltungen, Arbeitsgruppe Elektronische Medientechnolgie Am Helmholtzring 1 98603

More information

high-quality surround sound at stereo bit-rates

high-quality surround sound at stereo bit-rates FRAUNHOFER Institute For integrated circuits IIS MPEG Surround high-quality surround sound at stereo bit-rates Benefits exciting new next generation services MPEG Surround enables new services such as

More information

C Implementation & comparison of companding & silence audio compression techniques

C Implementation & comparison of companding & silence audio compression techniques ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 26 C Implementation & comparison of companding & silence audio compression techniques Mrs. Kruti Dangarwala 1 and Mr. Jigar Shah 2 1 Department of Computer

More information

MPV FAQ. MPV Website: www.osta.org/mpv

MPV FAQ. MPV Website: www.osta.org/mpv MPV FAQ MPV Website: www.osta.org/mpv Q: What is MPV? A: MPV is playlist and asset management format for collections of music, photo, and video files in any combination. A playlist is an index or table

More information

Computers Are Your Future Eleventh Edition Chapter 5: Application Software: Tools for Productivity

Computers Are Your Future Eleventh Edition Chapter 5: Application Software: Tools for Productivity Computers Are Your Future Eleventh Edition Chapter 5: Application Software: Tools for Productivity Copyright 2011 Pearson Education, Inc. Publishing as Prentice Hall 1 All rights reserved. No part of this

More information

MPEG-H Audio System for Broadcasting

MPEG-H Audio System for Broadcasting MPEG-H Audio System for Broadcasting ITU-R Workshop Topics on the Future of Audio in Broadcasting Jan Plogsties Challenges of a Changing Landscape Immersion Compelling sound experience through sound that

More information

Type of Party on Hold. SIP Trunk, / ISDN CO/ ISDN Trunk via FXO gateway (Incoming) SIP Trunk, ISDN CO/ ISDN Trunk via FXO gateway (Outgoing)

Type of Party on Hold. SIP Trunk, / ISDN CO/ ISDN Trunk via FXO gateway (Incoming) SIP Trunk, ISDN CO/ ISDN Trunk via FXO gateway (Outgoing) OVERVIEW This feature provides music or tone to a station or line that is held by a station with Line Hold or Consultation Hold and the speech path is released. The system has a total of fifteen sources

More information

Once you are done getting your audio and making any changes to it that you need, it is time to save and/or export your audio file.

Once you are done getting your audio and making any changes to it that you need, it is time to save and/or export your audio file. Saving your audio. This lesson will demonstrate and instruct on the process of saving your audio file into different formats and their uses once you have finished recording and/or modifying your audio

More information

TEXT FILES. Format Description / Properties Usage and Archival Recommendations

TEXT FILES. Format Description / Properties Usage and Archival Recommendations TEXT FILES Format Description / Properties Usage and Archival Recommendations.txt.doc.docx.rtf.odt.pdf PDF/A Text file Simple plain text document Compatible across software packages Supports very little

More information

The diagram below illustrates the steps from stored music to audio device; key elements of the audio chain are discussed later in this guide.

The diagram below illustrates the steps from stored music to audio device; key elements of the audio chain are discussed later in this guide. USB Audio Guide We realise that most audiophiles are not computer experts and will not have access to the advanced and expensive test equipment we use during product development. So, with this guide, we

More information

MP3/mp3PRO plug-in. How you can make an audio CD from mp3 or mp3pro files

MP3/mp3PRO plug-in. How you can make an audio CD from mp3 or mp3pro files MP3/mp3PRO plug-in How you can make an audio CD from mp3 or mp3pro files...1 The mp3pro encoder...2 How you can make your own mp3pro files with Nero...3 How you can make your own MP3 files with Nero...12

More information

Development process for multimedia applications

Development process for multimedia applications 1 Topic 1 Development process for multimedia applications Contents 1.1 Introduction: What is a multimedia application?.................. 3 1.2 Description of the software development process.................

More information

Episode 6 Format Support

Episode 6 Format Support 6 Adaptive bitrate streaming Microsoft Smooth Streaming H.264 (AAC audio) O Windows OS only. Available with License. Apple HLS H.264 (AAC audio) O Available with License. Windows Media WMV, ASF VC-1 O

More information

State Library of Queensland - Digital Standard 2 Digital capture & format, version 3.01

State Library of Queensland - Digital Standard 2 Digital capture & format, version 3.01 State Library of Queensland - Digital Standard 2 Digital capture & format, version 3.01 Document Details Document Name: Location: State Library of Queensland Digital Standard 2 Digital capture & format

More information

Digital Audio Compression: Why, What, and How

Digital Audio Compression: Why, What, and How Digital Audio Compression: Why, What, and How An Absurdly Short Course Jeff Bier Berkeley Design Technology, Inc. 2000 BDTI 1 Outline Why Compress? What is Audio Compression? How Does it Work? Conclusions

More information

CX SERIES CUTTING EDGE DIGITAL AUDIO CXN NETWORK PLAYER

CX SERIES CUTTING EDGE DIGITAL AUDIO CXN NETWORK PLAYER CX SERIES CUTTING EDGE DIGITAL AUDIO CXN NETWORK PLAYER CXN NETWORK PLAYER MAKE YOUR MUSIC SOUND AMAZING, WHEREVER IT COMES FROM Part of the brand new CX Range, the CXN gives you access to all the music

More information

TunesKit Apple Music Converter for Mac User Help

TunesKit Apple Music Converter for Mac User Help TunesKit Apple Music Converter for Mac User Help Overview Introduction Key Features System Requirements Installation & Registration Install TunesKit Apple Music Converter Register TunesKit Apple Music

More information

MEP-7000 FREQUENTLY ASKED QUESTIONS (FAQS)

MEP-7000 FREQUENTLY ASKED QUESTIONS (FAQS) MEP-7000 FREQUENTLY ASKED QUESTIONS (FAQS) Note: Unless otherwise stated, PC connection refers to a Microsoft Windows operating system. What can I connect to the MEP-7000 using the USB ports? There are

More information

WAV Format Preservation Assessment

WAV Format Preservation Assessment Document History Date Version Author(s) Circulation 09/07/2015 0.4 Simon Whibley Internal 31/07/2015 0.5 Simon Whibley, Michael Day, Peter May, Maureen Pennock Internal 21/10/2015 0.6 Simon Whibley, Michael

More information

Introduction to image coding

Introduction to image coding Introduction to image coding Image coding aims at reducing amount of data required for image representation, storage or transmission. This is achieved by removing redundant data from an image, i.e. by

More information

How to Preserve Your Own Digital Materials

How to Preserve Your Own Digital Materials How to Preserve Your Own Digital Materials By the Digital Preservation Office at the University of Michigan Library. Links to web sites and prices current as of May 2014 Our personal photos, letters, movies

More information

Simple Voice over IP (VoIP) Implementation

Simple Voice over IP (VoIP) Implementation Simple Voice over IP (VoIP) Implementation ECE Department, University of Florida Abstract Voice over IP (VoIP) technology has many advantages over the traditional Public Switched Telephone Networks. In

More information

hp pavilion home pc hp dvd writer

hp pavilion home pc hp dvd writer hp pavilion home pc hp dvd writer The information in this document is subject to change without notice. Hewlett-Packard Company makes no warranty of any kind with regard to this material, including, but

More information

bel canto The Computer as High Quality Audio Source A Primer

bel canto The Computer as High Quality Audio Source A Primer The Computer as High Quality Audio Source A Primer These are exciting times of change in the music world. With CD sales dropping and downloaded MP3 music, streamed music and digital music players taking

More information

Frequently Asked Questions ESP. My ESP is getting slower and freezes. What is happening?

Frequently Asked Questions ESP. My ESP is getting slower and freezes. What is happening? Frequently Asked Questions ESP Questions My ESP is getting slower and freezes. What is happening? Answers When you delete files directly from the stand-alone ESP, they are completely cleared off from your

More information

Mastered for itunes: Music as the Artist and Sound Engineer Intended

Mastered for itunes: Music as the Artist and Sound Engineer Intended : Music as the Artist and Sound Engineer Intended Whether you re a major label or a small indie, you provide the most important ingredient for itunes the music itself. It s our job to faithfully and accurately

More information

Compression Workshop. notes. The Illities. Richard Harrington. With RICHARD HARRINGTON

Compression Workshop. notes. The Illities. Richard Harrington. With RICHARD HARRINGTON Richard Harrington Richard Harrington is a certified Project Management Professional, Adobe Certified Expert in Photoshop and After Effects, and Apple-certified instructor in Final Cut Pro. Additionally,

More information

Microsoft Smooth Streaming

Microsoft Smooth Streaming Microsoft Smooth Streaming for SelenioFlex Ingest August 2015 for SelenioFlex Ingest Publication Information 2015 Imagine Communications Corp. Proprietary and Confidential. Imagine Communications considers

More information

Prof. Sam Bowne,City College San Francisco Website: samsclass.info, Twitter: @sambowne. http://samsclass.info/policy_use.htm

Prof. Sam Bowne,City College San Francisco Website: samsclass.info, Twitter: @sambowne. http://samsclass.info/policy_use.htm Lab 6: Backup, Restore, and Recovery, Digital Media Files, Monitoring RAM Use with Task Manager, WasteMemory Python Script, Monitoring RAM Use with Resource Monitor With Permission an d Copyrights The

More information

Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals. Introduction

Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals. Introduction Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals Modified from the lecture slides of Lami Kaya (LKaya@ieee.org) for use CECS 474, Fall 2008. 2009 Pearson Education Inc., Upper

More information

This is a revised version of an article which first appeared in AMIA Tech Review Volume 2, October 2010 2

This is a revised version of an article which first appeared in AMIA Tech Review Volume 2, October 2010 2 Digital Cinema Technologies from the Archive s Perspective by Arne Nowak, Dep. Moving Picture Technologies 1 Fraunhofer Institute for Integrated Circuits, Germany This is a revised version of an article

More information

Auto Audio Mastering System V3

Auto Audio Mastering System V3 Auto Audio Mastering System V3 www.curioza.com As a musician or technician working on music sound material, you need the best sound possible when releasing material to the public. How do you know when

More information

APPLICATION BULLETIN AAC Transport Formats

APPLICATION BULLETIN AAC Transport Formats F RA U N H O F E R I N S T I T U T E F O R I N T E G R A T E D C I R C U I T S I I S APPLICATION BULLETIN AAC Transport Formats INITIAL RELEASE V. 1.0 2 18 1 AAC Transport Protocols and File Formats As

More information

Archives About ARCHOS TV+

Archives About ARCHOS TV+ About ARCHOS TV+ General Questions I have installed a firmware/plug-in/game file on my Archos TV+ but it is not recognized by the device. You may have not correctly copied your file on the device. If it

More information

Recommended codecs: MJPEG, Apple ProRes, H264 (bitrate if possible) > 2MBit/s and uncompressed (very large file)

Recommended codecs: MJPEG, Apple ProRes, H264 (bitrate if possible) > 2MBit/s and uncompressed (very large file) How to prepare a film file for the upload Technical Sepcifications Accepted formats:.mp[e]g /.vob /.avi /.mov /.mp4 (m4v) Recommended codecs: MJPEG, Apple ProRes, H264 (bitrate if possible) > 2MBit/s and

More information

Rm avi to dvd vcd svcd mpeg video converter

Rm avi to dvd vcd svcd mpeg video converter Rm avi to dvd vcd svcd mpeg video converter DVD Burning Xpress is an integrated tool used to convert home video DV tape to MPEG-2 and burn to DVD disc directly. It features simple user interface, with

More information

Video compression: Performance of available codec software

Video compression: Performance of available codec software Video compression: Performance of available codec software Introduction. Digital Video A digital video is a collection of images presented sequentially to produce the effect of continuous motion. It takes

More information

For Articulation Purpose Only

For Articulation Purpose Only E305 Digital Audio and Video (4 Modular Credits) This document addresses the content related abilities, with reference to the module. Abilities of thinking, learning, problem solving, team work, communication,

More information

Xonar HDAV1.3 DVD/Blu-ray Disc Playback User Guide

Xonar HDAV1.3 DVD/Blu-ray Disc Playback User Guide Xonar HDAV1.3 DVD/Blu-ray Disc Playback User Guide Version: V.0.90 Date: 2008/9/15 This document is to describe the critical software setup steps about TotalMedia Theatre software player and Xonar driver

More information

Indepth Voice over IP and SIP Networking Course

Indepth Voice over IP and SIP Networking Course Introduction SIP is fast becoming the Voice over IP protocol of choice. During this 3-day course delegates will examine SIP technology and architecture and learn how a functioning VoIP service can be established.

More information

Multichannel Audio Line-up Tones

Multichannel Audio Line-up Tones EBU Tech 3304 Multichannel Audio Line-up Tones Status: Technical Document Geneva May 2009 Tech 3304 Multichannel audio line-up tones Contents 1. Introduction... 5 2. Existing line-up tone arrangements

More information

MPEG Unified Speech and Audio Coding Enabling Efficient Coding of both Speech and Music

MPEG Unified Speech and Audio Coding Enabling Efficient Coding of both Speech and Music ISO/IEC MPEG USAC Unified Speech and Audio Coding MPEG Unified Speech and Audio Coding Enabling Efficient Coding of both Speech and Music The standardization of MPEG USAC in ISO/IEC is now in its final

More information

ATLAS.ti 6 Using Video Data

ATLAS.ti 6 Using Video Data ATLAS.ti 6 Using Video Data ATLAS.ti 6 Using Video Data Copyright 2011 by ATLAS.ti Scientific Software Development GmbH, Berlin. All rights reserved. Version: 7.20111212 Author: Clemens Hoffmann, Editor:

More information

Any DVD Cloner Platinum Manual

Any DVD Cloner Platinum Manual Any DVD Cloner Platinum is a powerful combination of DVD cloning and DVD ripping software for all encrypted DVD movies. With advanced DVD decryption technology, Any DVD Cloner Platinum enables you to copy

More information

QUICK SETUP GUIDE SETUP FOR ICONNEX SOUNDCARD AND AUDACITY RECORDING SOFTWARE

QUICK SETUP GUIDE SETUP FOR ICONNEX SOUNDCARD AND AUDACITY RECORDING SOFTWARE QUICK SETUP GUIDE SETUP FOR ICONNEX SOUNDCARD AND AUDACITY RECORDING SOFTWARE SETUP GUIDE Congratulations on your purchase of the ikey Audio iconnex soundcard. This guide will help you setup the iconnex

More information

4GB HARD DRIVE for Xbox 360 4 Gigabytes of portable data storage for Xbox 360. User manual

4GB HARD DRIVE for Xbox 360 4 Gigabytes of portable data storage for Xbox 360. User manual 4GB HARD DRIVE for Xbox 360 4 Gigabytes of portable data storage for Xbox 360 User manual Index 1. Introduction 2. Getting Started A. System Requirements B. Putting Media on your 4GB Hard Drive C. Playing

More information

hp pavilion home pc hp dvd writer

hp pavilion home pc hp dvd writer hp pavilion home pc hp dvd writer The information in this document is subject to change without notice. Hewlett-Packard Company makes no warranty of any kind with regard to this material, including, but

More information

How To Compare Video Resolution To Video On A Computer Or Tablet Or Ipad Or Ipa Or Ipo Or Ipom Or Iporom Or A Tv Or Ipro Or Ipot Or A Computer (Or A Tv) Or A Webcam Or

How To Compare Video Resolution To Video On A Computer Or Tablet Or Ipad Or Ipa Or Ipo Or Ipom Or Iporom Or A Tv Or Ipro Or Ipot Or A Computer (Or A Tv) Or A Webcam Or Whitepaper: The H.264 Advanced Video Coding (AVC) Standard What It Means to Web Camera Performance Introduction A new generation of webcams is hitting the market that makes video conferencing a more lifelike

More information

1. Inputting sound into the computer

1. Inputting sound into the computer RECORDING AND BURNING CDS FOR THE CARILLON This guide will help you record your carillon performances and make CDs and audio files using your Mac or Windows computer and free software. The guide is divided

More information

10 best free video editing software review and download

10 best free video editing software review and download 10 best free video editing software review and download What are the best free video editing software? In this post, you are bound to find the best video editing freeware to your taste. When we want to

More information

Quick Start. Guide. The. Guide

Quick Start. Guide. The. Guide Quick Start 1 Quick Start Introducing VirtualDub Working with video requires a variety of tools to achieve the best possible results. re are some processes for which dedicated-purpose tools can be invaluable

More information

Detailed user guide for Audacity

Detailed user guide for Audacity Bruno Bossis Friday, 22 August 2003 UNESCO/DigiArts MINT/Paris4-Sorbonne Detailed user guide for Audacity 1. General presentation Name: Audacity Categories : Recording Audio editing Audio processing Sequence

More information

Video Reformatting Equipment and Workflow Steps

Video Reformatting Equipment and Workflow Steps Video Reformatting Equipment and Workflow Steps Important: Please note that these recommendations for equipment and processing are based on budgetary needs first, and then proximity to best practices given

More information

FPO. MagicInfo Lite Software for Samsung Large Format Displays. Built-in digital signage software that provides an all-in-one display solution

FPO. MagicInfo Lite Software for Samsung Large Format Displays. Built-in digital signage software that provides an all-in-one display solution MagicInfo Lite Software for Samsung Large Format Displays Built-in digital signage software that provides an all-in-one display solution FPO Contents Executive summary 3 Overview 3 MagicInfo TM Lite provides

More information

Nero Home Manual. Nero AG

Nero Home Manual. Nero AG Nero Home Manual Nero AG Copyright and Trademark Information The Nero Home manual and all its contents are protected by copyright and are the property of Nero AG. All rights reserved. This manual contains

More information

2 Audio Storage Formats and Compression Methods

2 Audio Storage Formats and Compression Methods MEASURING THE IMPACT OF AUDIO COMPRESSION ON THE SPECTRAL QUALITY OF SPEECH DATA Ingo Siegert, Alicia Flores Lotz, Linh Linda Duong, Andreas Wendemuth Cognitive Systems Group, Faculty of Electrical Engineering

More information

PROCESSORS TO RESHAPE YOUR CONTENT

PROCESSORS TO RESHAPE YOUR CONTENT CREATING ARCHIVE INNOVATIONS PROCESSORS TO RESHAPE YOUR CONTENT WHAT IS actline? actline gives users a powerful set of tools that allows them to reshape content during the archiving process while extending

More information