Chapter 12 The Principles of Computer Music Contents Digital Audio Processing Noise Reduction Audio Compression Digital Rights Management (DRM)

Slides:



Advertisements
Similar presentations
Tamara Berg Advanced Multimedia
Advertisements

GCSE Computing#BristolMet Session Objectives#10 MUST define the term sample rate COULD explain how sound can be sampled and stored in digital form SHOULD.
Chapter 4: Representation of data in computer systems: Sound OCR Computing for GCSE © Hodder Education 2011.
I Power Higher Computing Multimedia technology Audio.
SWE 423: Multimedia Systems Chapter 3: Audio Technology (2)
Speech Compression. Introduction Use of multimedia in personal computers Requirement of more disk space Also telephone system requires compression Topics.
Chapter 7 Principles of Analog Synthesis and Voltage Control Contents Understanding Musical Sound Electronic Sound Generation Voltage Control Fundamentals.
CHAPTER 4 DIGITAL MODULATION Part 1.
Chapter 2 Digital data Ola A. Younis. Elements of digital media Symbols : representation for something else. Example: a group of letters often serve as.
CEN352, Dr. Ghulam Muhammad King Saud University
JF 12/04111 BSC Data Acquisition and Control Data Representation Computers use base 2, instead of base 10: Internally, information is represented by binary.
SWE 423: Multimedia Systems Chapter 3: Audio Technology (3)
Chapter 2 : Business Information Business Data Communications, 4e.
Chapter 14 Recording and Editing Sound. Getting Started FAQs: − How does audio capability enhance my PC? − How does your PC record, store, and play digital.
SIMS-201 Audio Digitization. 2  Overview Chapter 12 Digital Audio Digitization of Audio Samples Quantization Reconstruction Quantization error.
MDIA 308 Digital technologies. Converting analog to digital ADC – analog to digital conversion An analog voltage is converted in binary code Binary =
4.2 Digital Transmission Pulse Modulation (Part 2.1)
Data Sampling & Nyquist Theorem Richa Sharma Dept. of Physics And Astrophysics University of Delhi.
Digital audio. In digital audio, the purpose of binary numbers is to express the values of samples that represent analog sound. (contrasted to MIDI binary.
Signal ProcessingES & BM MUET1 Lecture 2. Signal ProcessingES & BM MUET2 This lecture Concept of Signal Processing Introduction to Signals Classification.
Digital Audio What do we mean by “digital”? How do we produce, process, and playback? Why is physics important? What are the limitations and possibilities?
COMP135/COMP535 Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 2 Lecture 2 – Digital Representations.
Chapter Seven: Digital Communication
Digital Sound and Video Chapter 10, Exploring the Digital Domain.
Fundamentals Rawesak Tanawongsuwan
Synthesis Basics (1) Analog Synthesis Intro to Digital Oscillators.
Radio production worktext.  Analog to Digital  Analog signal – continuously variable electrical signal whose shape is determined by the shape of the.
Data Communications & Computer Networks, Second Edition1 Chapter 2 Fundamentals of Data and Signals.
MIDI. A protocol that enables computers, synthesizers, keyboards, and other musical devices to communicate with each other. Instead of storing actual.
Chapter 2, Exploring the Digital Domain
COMP Representing Sound in a ComputerSound Course book - pages
Chapter 8: Digital Media1 Digital Media Chapter 8.
Digital Media Dr. Jim Rowan ITEC Monday, August 27.
Analog to Digital Data Conversion
10/6/2015 3:12 AM1 Data Encoding ─ Analog Data, Digital Signals (5.3) CSE 3213 Fall 2011.
EE302 Lesson 19: Digital Communications Techniques 3.
Chapter 15 Recording and Editing Sound. 2Practical PC 5 th Edition Chapter 15 Getting Started In this Chapter, you will learn: − How sound capability.
Digital Recording. Digital recording is different from analog in that it doesn’t operate in a continuous way; it breaks a continuously varying waveform.
CS Spring 2009 CS 414 – Multimedia Systems Design Lecture 3 – Digital Audio Representation Klara Nahrstedt Spring 2009.
Digital Audio System PCM streams have two basic properties that determine their fidelity to the original analog signal: the sampling rate, which is the.
Marwan Al-Namari 1 Digital Representations. Bits and Bytes Devices can only be in one of two states 0 or 1, yes or no, on or off, … Bit: a unit of data.
1 Manipulating Audio. 2 Why Digital Audio  Analogue electronics are always prone to noise time amplitude.
CSCI-100 Introduction to Computing Hardware Part II.
IT-101 Section 001 Lecture #9 Introduction to Information Technology.
◦ We sometimes need to digitize an analog signal ◦ To send human voice over a long distance, we need to digitize it, since digital signals are less prone.
Chapter 1 Background 1. In this lecture, you will find answers to these questions Computers store and transmit information using digital data. What exactly.
COMP135/COMP535 Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 2 Lecture 2 – Digital Representations.
CS Spring 2014 CS 414 – Multimedia Systems Design Lecture 3 – Digital Audio Representation Klara Nahrstedt Spring 2014.
1 What is Multimedia? Multimedia can have a many definitions Multimedia means that computer information can be represented through media types: – Text.
Fundamentals of Audio Production. Chapter 3 1 Fundamentals of Audio Production Chapter Three: Digital Audio.
Digital Audio I. Acknowledgement Some part of this lecture note has been taken from multimedia course made by Asst.Prof.Dr. William Bares and from Paul.
Fundamentals of Multimedia Chapter 6 Basics of Digital Audio Ze-Nian Li and Mark S. Drew 건국대학교 인터넷미디어공학부 임 창 훈.
Circular Buffer Audio Generation Using the Karplus-Strong String Synthesis Algorithm.
PAM Modulation Lab#3. Introduction An analog signal is characterized by the fact that its amplitude can take any value over a continuous range. On the.
Physical characteristics of sound Amplitude – The measure of displacement of the air pressure wave Frequency – Represents the number of periods.
Lifecycle from Sound to Digital to Sound. Characteristics of Sound Amplitude Wavelength (w) Frequency ( ) Timbre Hearing: [20Hz – 20KHz] Speech: [200Hz.
Chapter 15 Recording and Editing Sound
DATA COMMUNICATION Lecture-16.
High Resolution Digital Audio
Soutenance de thèse vendredi 24 novembre 2006, Lorient
Analog to Digital Data Conversion
1. Explain how ASCII is used to represent text in a computer system
Developing a Versatile Audio Synthesizer TJHSST Computer Systems Lab
Chapter 4: Representing sound
Noise in FTIR Nyquist sampling theorem This is for ideal case
Representing Sound 2.6 – Data Representation.
COMS 161 Introduction to Computing
Analog to Digital Encoding
CEN352, Dr. Ghulam Muhammad King Saud University
Embedded Sound Processing : Implementing the Echo Effect
Presentation transcript:

Chapter 12 The Principles of Computer Music Contents Digital Audio Processing Noise Reduction Audio Compression Digital Rights Management (DRM)

2 Chapter 12 A working approach to music development on computers encompasses the programming of musical parameters using a central processor, the storage and retrieval of said parameters, audio synthesis of the parameters, editing, and the playback or synthesis of completed works represented by such parameters. Chapter 12 The Principles of Computer Music

3 Chapter 12 In a digital music system, quantities representing the frequency, amplitude, timbre, duration, and envelope of a sound are expressed as numbers. Computers are designed to interpret and manipulate ordinary decimal numbers that are stored as binary numbers using only 1s and 0s. Computers are operated by providing a list of procedures (algorithms) that can be organized as a sequence of instructions using binary code. Chapter 12 The Principles of Computer Music

4 Chapter 12 Sound can be generated from a computer by either synthesizing original tones from scratch or by converting analog audio signals into a digital signal that can be further manipulated. Techniques for generating sounds using a computer include direct digital synthesis, complete sampling, note sampling, and wavetable synthesis. Chapter 12 The Principles of Computer Music

5 Chapter 12 Three major kinds of wavetable synthesis techniques are additive, subtractive, and modulation synthesis. The Nyquist sampling theorem states that a time-sampled waveform can only be adequately represented if the sampling frequency is at least twice that of the highest desired frequency being sampled. Chapter 12 The Principles of Computer Music

6 Chapter 12 Although noise reduction systems as once implemented with analog music production systems are not required for digital music production, the DSP function of dithering is used to avoid noise introduced during the sampling process. Data compression algorithms that retain the full spectral fidelity of the original audio file are termed lossless and contrast with so-called lossy data compression algorithms that cannot reconstruct the compressed signal to its original specifications. Chapter 12 The Principles of Computer Music

7 Chapter 12

8

9

10 Chapter 12

11 Chapter 12

12 Chapter 12

13 Chapter 12