Audio System Basics Part II. Review Audio input/output (i/o) is generally handled through system extensions. Audio systems define the bounds of what is.

Slides:



Advertisements
Similar presentations
Audacity Audacity® is free, open source, cross- platform software for recording and editing sounds. Audacity is available.
Advertisements

 An operating system (OS) is a set of computer programs that allow the user to perform basic tasks like copying, moving, saving and printing files. 
Digital Cameras: It’s the software, stupid!. Analog Cameras: Seeing Video Typically you had 2 choices to see your video from an analog camera –Plugs directly.
Basic Computer 101 and Basic Digital Audio basic is a relative term.
MCT260-Operating Systems I Operating Systems I Introduction to Operating Systems.
55 CHAPTER SYSTEM SOFTWARE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 5-2 Competencies Describe the differences between system software.
CMPTR1 CHAPTER 3 COMPUTER SOFTWARE Application Software – The programs/software/apps that we run to do things like word processing, web browsing, and games.
1 PC Audio 2 Sound Card  An expansion board that enables a computer to receive, manipulate and output sounds.
Spring 2007Introduction to OS1 IT 3423: Operating System Concepts and Administration Instructor: Wayne (Weizheng) Zhou
Operating Systems.
System Software, functions of an operating system
HOMEWORK PAGE STAND ALONE PROGRAMS FUNCTION ON THEIR OWN AND SOMETIMES CANNOT SHARE DATA WITH OTHER PROGRAMS. INTEGRATED SOFTWARE COMBINES.
Standard 1 - Objective 2: Understand, evaluate, and use computer software.
MIDI, Operating Systems, and Software Inter-application.
Operating Systems Chapter 4.
System Resources INFO1119 (Fall 2012).
Audio/MIDI System Basics. Leftover Legalities How to park so you won’t get a ticket –Every car parked in an MET lot must have a valid BSU parking permit.
How Hardware and Software Work Together
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 20 Notebooks, Tablet PCs, and PDAs.
The Basics  Operating systems (OS) can help computer users do many things, like managing and manipulating files and folders.  Operating systems also.
Managing Windows Server 2008 R2 Lesson 2. Objectives.
Operating Systems.
Move Pictures From Your Mobile Phone to Your PC.  You never know when a photo opportunity is going to arise, which is why having a camera phone can be.
Cpr E 308 Input/Output Recall: OS must abstract out all the details of specific I/O devices Today –Block and Character Devices –Hardware Issues – Programmed.
Chapter 2 – Software Part A. Definition Computer is made up of two components Hardware Physical components Software Instructions for the computer Two.
CSE 101 Spring 2000 Operating Systems. The Tasks of the Operating System Single Task Multitasking.
Introduction to Information Technology: Your Digital World © 2013 The McGraw-Hill Companies, Inc. All rights reserved.Using Information Technology, 10e.
How Hardware and Software Work Together
Input and output (IO) systems Last week we considered the memory management layer of the operating system. This week we will look at another layer of the.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
Types of Application Software Lesson Objective: Understanding the terminology behind the different types of application software Learning Outcome: Answer.
The Operating System ICS3M.  The operating system (OS) provides a consistent environment for other software programs to execute commands.  It gives.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
COLLECTING Software. Why use Software with Hardware? Software used for collecting includes the software that interfaces with hardware collection device.
What is Audacity? Audacity is a free audio editor and recording program which is classified as open source software. It is easily downloaded to one’s.
Lesson 1 Operating Systems, Part 1. Objectives Describe and list different operating systems Understand file extensions Manage files and folders.
Computer Systems Nat 4/5 Computing Science Operating Systems.
Getting to Know Your Computer Your File System Applications What’s running on your machine Its own devices Networking.
Sequel2 Some Technical Stuff. When you have installed Sequel2 you will want to make sure that it works as efficiently as possible on your computer and,
Quiz 1 Review. Analog Synthesis Overview Sound is created by controlling electrical current within synthesizer, and amplifying result. Basic components:
Introduction to Computer Operating Systems
IST 222 Day 3. Homework for Today Take up homework and go over Go to Microsoft website and check out their hardware compatibility list.
Real Audio Real audio is a file format for sound and video files on the web. Real Audio files are files with either a.rm or.ram extention. Real Audio format.
Operating Systems. An operating system (os) is a software program that enables the computer hardware to communicate and operate with the computer software.
CMPF124 Personal Productivity with Information Technology Chapter 2 – Part 3 Introduction To Windows Operating Systems Windows Accessories CMPF 112 : COMPUTING.
THE WINDOWS OPERATING SYSTEM Computer Basics 1.2.
Lesson 6: Controlling Access to Local Hardware and Applications
Hardware/Software Basics Test Get out your DIY Test Review.
What is O.S Introduction to an Operating System OS Done by: Hani Al-Mohair.
How to Create a Podcast. Podcasting “is the distribution of audio or video files, such as radio programs or music videos, over the Internet using either.
OPERATING SYSTEM BASICS. What is an operating system and what does it do? The operating system has two basic functions: –communicates with the PC.
9NL Ayomi Hasenclever.  You cant touch a software  It is stored in a computer or laptop  Allows the hardware to do something useful, without the software.
GCSE Computing: A451 Computer Systems & Programming Topic 3 Software System Software (1) The Operating System.
System Software (1) The Operating System
TUTORIAL FOR USING AUDACITY DESIGNED BY ND SINH/ND CHUONG Name of the tool: Audacity URL Link: Audacity Download (
Operating System Basics. Outline The User Interface Running Programs Managing Files Managing Hardware Utility Software.
ICAICT201A USE COMPUTER OPERATING SYSTEM. USING THE CONTROL PANEL The Control Panel contains many options for configuring your computer, including: adding.
Tech Level Cyber Security
**Click ‘Allow’ if this appears
Operating Systems & System Software
Chapter Objectives In this chapter, you will learn:
System Software EIT, © Author Gay Robertson, 2016.
Introduction to Computers
Call for How to Set Up AirDrop on Mac and iOS devices?
What is an Operating System?
Recording Digital Audio
Nat 4/5 Computing Science Operating Systems
ICT Programming Lesson 3:
Software - Operating Systems
Presentation transcript:

Audio System Basics Part II

Review Audio input/output (i/o) is generally handled through system extensions. Audio systems define the bounds of what is possible. Applications must be written to use specific audio systems. Applications communicate with hardware through the use of device drivers. The audio system in use determines what drivers are available to an application. Device drivers are usually located in the extensions folder.

Other Possibilities Proprietary ASIO

Proprietary Audio Drivers Proprietary audio drivers are generally designed to be used only by software from one company. ProTools is a prime example. Non-Digi applications must use a 3rd-party system to access Digi hardware. MOTU and Digital Performer.

ASIO The opposite of Proprietary. Audio Stream Input/Output (Steinberg) An example of what happens when OS developers fail to address certain computing features that many users want. 3rd-Party mediator between application and hardware Applications can be written to use ASIO as their “audio system.”

ASIO cont’d Applications communicate with an ASIO driver written for either a specific audio interface, or a family of interfaces made by a single manufacturer. Once ASIO has been chosen as the Audio Output, a pop- up menu appears asking you to select from a list of ASIO drivers contained in that application’s ASIO Drivers folder. The specific chosen ASIO driver communicates with a device driver in the extensions folder. Each ASIO-aware app has it’s own ASIO Drivers folder. Drivers must be copied and placed in each folder.

Audio Communication Software applications communicate with the audio system (extension), ASIO, or a proprietary driver. Drivers allow an audio system (extension) or application to communicate with a specific hardware interface. Settings for the system and interface are usually changed with a control panel, except for ASIO drivers. Settings for ASIO drivers are changed through the ASIO Drivers pop-up window in each application. Audio setup in an application usually involves choosing what audio driver you want to use as your audio out.

One Potential Problem Some audio device drivers are “single-client”—that is, only one application at a time can be using it. MOTU Firewire Audio, MOTU PCI-324 Audio, and Digidesign Direct I/O are all single-client. If one application is open and has selected any of these drivers, then another application cannot use them. If you try, you might find that neither app can use it. Since ASIO drivers and Sound Manager drivers both access the proprietary driver, the same limitations apply. The built-in sound out of the first four Mac’s are all hooked into the mixers as tape in.

Examples Sound Manager (Sound Manager Drivers) Peak (Sound Manager—direct to Driver, ASIO, MAS) Digital Performer (MAS Proprietary, ASIO, Sound Manager) ProTools and PT/LE (Proprietary) ProTools Free (Sound Manager) Max/MSP (Sound Manager, ASIO) Kontakt (Sound Manager, ASIO, MAS) Windows—future presentation

Homework Reading (All from Roads) –Ch. 1, Oversampling, pp (multiple-bit only) –Ch. 3, Background through Table-lookup Noise and Interpolating Oscillators, pp –Ch. 5, Subractive Synthesis, pp Pay attention to the Math!