History of Audio in Unity

Size: px
Start display at page:

Download "History of Audio in Unity"

Transcription

1 Audio Showcase

2 About Me (Wayne) Core / Audio team at Unity Work in the Copenhagen office Originally worked for FMOD (Audio Engine) Work on Audio and other new tech in Unity Interested in most phases of data processing

3 History of Audio in Unity Limited development of in-editor Audio features. Aspects of the Audio system are powerful, yet obscure. Most audio features require scripting. Advanced audio solutions required in house development or use Asset Store solutions. Some functionality impossible, such as audio sub-mixing. AudioSources always mixed together at the AudioListener

4 A new direction Renewed push of Audio in Unity. Re-write of underlying audio asset pipeline. Re-write of audio channel framework, with big optimizations. A push for more UI centric tools that empower Sound Designers. Address gaps in audio functionality within Unity.

5 The 5.0 Release Audio System re-write The Audio Mixer

6 The Asset Pipeline Re-Write Audio Import as a separate process Unity forks a specially developed tool to import the asset. Reduces memory footprint of Unity. Arbitrary sized audio clips can be imported. Eliminates the chances of corrupted audio files crashing Unity on import. Unity loads and processes sanitized data only. Optimized codec support Removed MP3 compression target (mobile) New optimized Vorbis Tremor decoder. Additional ADPCM compression option.

7 The Asset Pipeline Re-Write PCM No compression No decode costs Suitable for short sounds (footsteps or gunshots) ADPCM Constant compression ratio (3.5:1) Cheap decode costs Not suitable for all types of sounds. (Noisy, low frequency sounds are best)

8 The Asset Pipeline Re-Write Compressed (Vorbis) Maximum compression ratio Heaviest decode costs Suitable to most sound types Benefits of new compression type More performant than MP3 / straight OGG Vorbis etc Low memory footprint No looping artifacts (loops seamlessly)

9 Example Sweep tone

10 OGG Vorbis File (OGG Size 74166) Vorbis Compression (FSB Size 75392) MP3 Compression (FSB Size ) Compression Stats Sound Memory Stream Compressed in Memory Decompress Stream Compressed in Memory Decompress Stream Compressed in Memory Decompress OGG Vorbis File (OGG Size 74166) Vorbis Compression (FSB Size 75392) MP3 Compression (FSB Size ) Compressed in Compressed in Compressed in Decompress Stream Decompress Stream Decompress Stream Memory Memory Memory Sound Memory

11 AudioClip Improvements New Load Type: DynamicLoading Audio data loading is delayed, not loaded when the scene loads Data can be loaded in any way (Load into memory, stream, etc) AudioClips become lightweight structures and loading strategies can be employed by developers Loading can be blocking or non-blocking

12 AudioClip Improvements Better channel management Playback resources are now freed immediately on completion of a sound. Improved streaming support Including proper streaming from AssetBundles Correct streaming inside editor, replicates behaviour of built game Better handling of large audio files AudioClip information can be queried without data loaded Improved audio profiling information Multi-edit AudioClip assets!!!

13 Audio Mixer

14 What is an Audio Mixer An Audio Mixer allows complex mixing, routing and mastering of your entire games soundscape Add DSP effects anywhere in the audio signal Group categories of sounds and apply DSP, attenuation and other effects in the editor Master the games mix during Playmode A new asset type you can create in Unity Extensive editor authoring tools (modeled on existing DAW tools) Create and chain together multiple Audio Mixers Example!

15 Audio Mixer Features: Routing Create complex routing hierarchies to categorize sounds and apply effects and volume adjustments as one. The group hierarchy is mixed together until it hits the Master Group. The Master Group is then routed into the AudioListener or another AudioGroup of another AudioMixer

16 Audio Mixer Features: Routing

17 Audio Mixer Features: Routing AudioSources can be routed to any group of any AudioMixer in the Project 3D attenuation and other properties are applied before the signal enters the AudioMixer from the AudioSource Example!

18 Audio Mixer Features: Effects Add DSP Effects anywhere within the Audio Mixer Hierarchy Modify effect parameters in the inspector Allow wet mixing to tune the amount an affect should be audible. Stack effects in each AudioGroup A selection of built in effects to choose from

19 Audio Group

20 Audio Mixer Features: Native Plugin Effects Developers can implement custom native DSP effects that will be accessible within the effect menu Define parameters to the native effects that can be tweaked within the inspector Define custom UI for effect plugins that will be displayed in the inspector for that plugin Developers or third parties can create complex custom DSP processing effects Release on Asset Store Example!

21 Audio Mixer Features: Snapshots Snapshots capture the state of all parameters within an Audio Mixer Effect Parameters (including plugin effects) Volume & Pitch settings Ducking settings These states can be transitioned between, during gameplay Allows Audio Mixers to change the theme and mood of the entire soundscape with ease Entire sections of the soundscape can be brought in and out of the mix, or individual effects removed or added Example!

22 Audio Mixer Features: Exposed Parameters Expose individual effect parameters to script via names Modify these parameters directly via game logic Fine grain tweaking of the mix

23 Audio Mixer Features: Sends & Returns Send portions of the signal from anywhere within an Audio Group to anywhere else in the Audio Mixer Example: Split the signal and apply a series of effects and mix the two signals together again Very powerful tool to combine with Snapshots to create complex mood transitions Example!

24 Audio Mixer Features: Ducking Lower the volume of one part of the mix based on the signal in another part Example: Compress loud gunshot sounds when an NPC talks so that he/she is always audible Also known as Side Chain Compression Unity provides this as part of any Audio Group Example!!

25 Thank You! Questions

Introduction into Game Programming (CSC329)

Introduction into Game Programming (CSC329) Introduction into Game Programming (CSC329) Sound Ubbo Visser Department of Computer Science University of Miami Content taken from http://docs.unity3d.com/manual/ March 7, 2018 Outline 1 Audio overview

More information

Chapter 5.5 Audio Programming

Chapter 5.5 Audio Programming Chapter 5.5 Audio Programming Audio Programming Audio in games is more important than ever before 2 Programming Basic Audio Most gaming hardware has similar capabilities (on similar platforms) Mostly programming

More information

Completing the Multimedia Architecture

Completing the Multimedia Architecture Copyright Khronos Group, 2011 - Page 1 Completing the Multimedia Architecture Erik Noreke Chair of OpenSL ES Working Group Chair of OpenMAX AL Working Group Copyright Khronos Group, 2011 - Page 2 Today

More information

Understand digital audio production methods, software, and hardware.

Understand digital audio production methods, software, and hardware. Objective 105.02 Understand digital audio production methods, software, and hardware. Course Weight : 6% 1 Three Phases for Producing Digital audio : 1. Pre-Production define parameters of the audio project

More information

Optimizing Audio for Mobile Development. Ben Houge Berklee College of Music Music Technology Innovation Valencia, Spain

Optimizing Audio for Mobile Development. Ben Houge Berklee College of Music Music Technology Innovation Valencia, Spain Optimizing Audio for Mobile Development Ben Houge Berklee College of Music Music Technology Innovation Valencia, Spain Optimizing Audio Different from movies or CD s Data size vs. CPU usage For every generation,

More information

Export Audio Mixdown

Export Audio Mixdown 26 Introduction The function in Cubase Essential allows you to mix down audio from the program to a file on your hard disk. You always mix down an output bus. For example, if you have set up a stereo mix

More information

Unity s audio system under the hood. Jan Marguc Audio programmer

Unity s audio system under the hood. Jan Marguc Audio programmer Unity s audio system under the hood Jan Marguc Audio programmer Improvements - AudioClip Audio data is separated from AudioClip (separate file) AudioClip is now a lightweight reference object. No need

More information

Android Native Audio Music

Android Native Audio Music Android Native Audio Music Copyright 2015-2016 Christopher Stanley Android Native Audio Music (ANA Music) is an asset for Unity 4.3.4-5.x on Android. It provides easy access to the native Android audio

More information

This plugin is deprecated/discontinued, do not buy anymore!

This plugin is deprecated/discontinued, do not buy anymore! AudioClip Explorer for Unity (4.3+, 5.1+ and 2017) This plugin is deprecated/discontinued, do not buy anymore! See this forum post for more details. Table of Contents 1 Introduction...3 2 Features...3

More information

Level Editor. Should be stable (as of Sunday) Will be updating the source code if you want to make tweaks to it for your final

Level Editor. Should be stable (as of Sunday) Will be updating the source code if you want to make tweaks to it for your final Level Editor Should be stable (as of Sunday) Will be updating the source code if you want to make tweaks to it for your final Spoooooky Three checkpoints due next week M III Tac V Final I Good news! Playtesting

More information

User Manual. Contact the team: Contact support:

User Manual.     Contact the team: Contact support: User Manual http://dreamteck.io https://www.facebook.com/dreamteckstudio Contact the team: team@dreamteck.io Contact support: support@dreamteck.io Discord Server: https://discord.gg/bkydq8v 1 Contents

More information

HTML 5 and CSS 3, Illustrated Complete. Unit K: Incorporating Video and Audio

HTML 5 and CSS 3, Illustrated Complete. Unit K: Incorporating Video and Audio HTML 5 and CSS 3, Illustrated Complete Unit K: Incorporating Video and Audio Objectives Understand Web video and audio Use the video element Incorporate the source element Control playback HTML 5 and CSS

More information

Streaming Media. Advanced Audio. Erik Noreke Standardization Consultant Chair, OpenSL ES. Copyright Khronos Group, Page 1

Streaming Media. Advanced Audio. Erik Noreke Standardization Consultant Chair, OpenSL ES. Copyright Khronos Group, Page 1 Streaming Media Advanced Audio Erik Noreke Standardization Consultant Chair, OpenSL ES Copyright Khronos Group, 2010 - Page 1 Today s Consumer Requirements Rich media applications and UI - Consumer decisions

More information

Game Design From Concepts To Implementation

Game Design From Concepts To Implementation Game Design From Concepts To Implementation Giacomo Cappellini - g.cappellini@mixelweb.it Why Unity - Scheme Unity Editor + Scripting API (C#)! Unity API (C/C++)! Unity Core! Drivers / O.S. API! O.S.!

More information

VLSI Solution. VS10XX - Plugins. Plugins, Applications. Plugins. Description. Applications. Patches. In Development. Public Document.

VLSI Solution. VS10XX - Plugins. Plugins, Applications. Plugins. Description. Applications. Patches. In Development. Public Document. VS10XX - Plugins Plugins VS1011/VS1002 Loudness Plugin DTMF Generator VS1003B WMA Rewind Plugin Spectrum Analzer Plugin Pitch Shifter / Tempo Change Plugin Applications Standalone Plaer / Recorder VS1003B

More information

the gamedesigninitiative at cornell university Lecture 15 Game Audio

the gamedesigninitiative at cornell university Lecture 15 Game Audio Lecture 15 The Role of Audio in Games Engagement Entertains player Music/Soundtrack Enhances realism Sound effects Establishes atmosphere Ambient sounds Or reasons? 2 The Role of Audio in Games Feedback

More information

ANIMATOR TIMELINE EDITOR FOR UNITY

ANIMATOR TIMELINE EDITOR FOR UNITY ANIMATOR Thanks for purchasing! This document contains a how-to guide and general information to help you get the most out of this product. Look here first for answers and to get started. What s New? v1.53

More information

Page 1 of 4. Sound Editing Course Outline Duration: 5 Days

Page 1 of 4. Sound Editing Course Outline Duration: 5 Days Page 1 of 4 Sound Editing Course Outline Duration: 5 Days Audition CC Course Outline Lesson 1: Audio Interfacing Audio interface basics audio setup Windows setup Testing inputs and outputs with Audition

More information

JACK4U Manual. vers. 1.1

JACK4U Manual. vers. 1.1 JACK4U Manual vers. 1.1 Contents 1 Introduction 1 2 System Requirements 3 3 System Overview 5 3.1 JACK Audio Components....................................... 5 3.2 ASIO Driver..............................................

More information

WaveLab 8 WaveLab Elements 8

WaveLab 8 WaveLab Elements 8 WaveLab 8 WaveLab Elements 8 Version history Known issues & solutions July 2014 Steinberg Media Technologies GmbH Table of contents About... 3 WaveLab 8.0.4... 4 Improvements... 4 Issues resolved... 4

More information

AN ENTITY-COMPONENT SYSTEM IN C++ AND QT - JAMES TURNER QT3D S ECS

AN ENTITY-COMPONENT SYSTEM IN C++ AND QT - JAMES TURNER QT3D S ECS AN ENTITY-COMPONENT SYSTEM IN C++ AND QT - JAMES TURNER QT3D S ECS INTRODUCTION JAMES TURNER C++ and OpenGL developer Consultant in Qt for ten years, currently at KDAB Maintainer of open-source FlightGear

More information

Mobile Touch Floating Joysticks with Options version 1.1 (Unity Asset Store) by Kevin Blake

Mobile Touch Floating Joysticks with Options version 1.1 (Unity Asset Store) by Kevin Blake Mobile Touch Floating Joysticks with Options version 1.1 (Unity Asset Store) by Kevin Blake Change in version 1.1 of this document: only 2 changes to this document (the unity asset store item has not changed)

More information

WORLD FIRST. In our first ever Flash MX 2004 tutorial, we take a look at the new ease-of-use features that can turn anyone into a Flash guru.

WORLD FIRST. In our first ever Flash MX 2004 tutorial, we take a look at the new ease-of-use features that can turn anyone into a Flash guru. ART90.flash 14/10/03 3:27 pm Page 24 Tutorial WORLD FIRST In our first ever Flash MX 2004 tutorial, we take a look at the new ease-of-use features that can turn anyone into a Flash guru ILLUSTRATION BY

More information

Sonarworks Reference 4 Headphone Edition User Manual VERSION 1 (SEPTEMBER 2017)

Sonarworks Reference 4 Headphone Edition User Manual VERSION 1 (SEPTEMBER 2017) Sonarworks Reference 4 Headphone Edition User Manual VERSION 1 (SEPTEMBER 2017) 1 Table of Contents 1. Product Overview.... 3 What is Sonarworks Reference system?... 3 1 Headphone plugin.... 3 2 Systemwide...

More information

03 Range of Products. 04 XSplit Gamecaster Features. 05 XSplit Gamecaster vs Competition. 16 XSplit Gamecaster Sales Pitch

03 Range of Products. 04 XSplit Gamecaster Features. 05 XSplit Gamecaster vs Competition. 16 XSplit Gamecaster Sales Pitch TABLE OF CONTENTS Why Live Streaming 03 Range of Products 04 XSplit Gamecaster Features 05 XSplit Gamecaster vs Competition 16 XSplit Gamecaster Sales Pitch 20 How to demonstrate XSplit Gamecaster 23 XSplit

More information

twisted wave twisted wave [an introduction]

twisted wave twisted wave [an introduction] twisted wave information www.twistedwave.com $80 free 30 day trial mac only updated frequently 2 versions available (OSX [more powerful] & ios [more portable]) OSX & ios are different purchases [different

More information

About sounds and Animate CC

About sounds and Animate CC About sounds and Animate CC Adobe Animate offers several ways to use sound. Make sounds that play continuously, independent of the Timeline, or use the Timeline to synchronize animation to a sound track.

More information

Selection tool - for selecting the range of audio you want to edit or listen to.

Selection tool - for selecting the range of audio you want to edit or listen to. Audacity Quick Guide Audacity is an easy-to-use audio editor and recorder. You can use Audacity to: Record live audio. Convert tapes and records into digital recordings or CDs. Edit sound files. Cut, copy,

More information

8iUnityPlugin Documentation

8iUnityPlugin Documentation 8iUnityPlugin Documentation Release 0.4.0 8i Jun 08, 2017 Contents 1 What is the 8i Plugin? 3 2 Why are we doing it? 5 3 Supported Unity Versions and Platforms 7 i ii Welcome to the 8i Unity Alpha programme!

More information

PERFORMANCE. Rene Damm Kim Steen Riber COPYRIGHT UNITY TECHNOLOGIES

PERFORMANCE. Rene Damm Kim Steen Riber COPYRIGHT UNITY TECHNOLOGIES PERFORMANCE Rene Damm Kim Steen Riber WHO WE ARE René Damm Core engine developer @ Unity Kim Steen Riber Core engine lead developer @ Unity OPTIMIZING YOUR GAME FPS CPU (Gamecode, Physics, Skinning, Particles,

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 N15071 February 2015, Geneva,

More information

How Libre can you go?

How Libre can you go? How Libre can you go? Reaching as many viewers as possible using only libre video technologies. Phil Cluff, February 2019 Reaching as many viewers as possible using only libre video technologies. Reaching

More information

8iUnityPlugin Documentation

8iUnityPlugin Documentation 8iUnityPlugin Documentation Release 0.4.0 8i Jul 18, 2017 Contents 1 What is the 8i Plugin? 3 2 Why are we doing it? 5 3 Supported Unity Versions and Platforms 7 4 Supported Unity Versions and Platforms

More information

Adobe Sound Booth Tutorial

Adobe Sound Booth Tutorial Adobe Sound Booth Tutorial Recording your Voice in the Studio 1. Open Adobe Sound Booth 2. Click File>New>Empty Audio File 3. Hit the Record Button (red circle button at the bottom of the screen) 4. In

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

AVID - How to Make a 1920 x Surround Sound QuickTime Using Your Surround Sound Mix

AVID - How to Make a 1920 x Surround Sound QuickTime Using Your Surround Sound Mix AVID - How to Make a 1920 x 1080 5.1 Surround Sound QuickTime Using Your Surround Sound Mix If your mixer did not give you "One" file that contains 6 channel but instead gave you 6 separate.wav files then

More information

Operation Manual. MasterCheck. Operation Manual NUGEN Audio

Operation Manual. MasterCheck. Operation Manual NUGEN Audio Operation Manual MasterCheck Operation Manual 2016 NUGEN Audio Contents Page Introduction 3 Interface 5 Main interface 5 Codec monitoring (MasterCheck Pro only) 8 Settings panel 12 Practical operation

More information

Squeeze Play: The State of Ady0 Cmprshn. Scott Selfon Senior Development Lead Xbox Advanced Technology Group Microsoft

Squeeze Play: The State of Ady0 Cmprshn. Scott Selfon Senior Development Lead Xbox Advanced Technology Group Microsoft Squeeze Play: The State of Ady0 Cmprshn Scott Selfon Senior Development Lead Xbox Advanced Technology Group Microsoft Agenda Why compress? The tools at present Measuring success A glimpse of the future

More information

MediaKind Encoding On-Demand

MediaKind Encoding On-Demand MediaKind Encoding On-Demand The Inspired Solution for Increased Video On-demand Processing MediaKind Encoding On-Demand is a fast, high performance file based transcoding solution. Encoding On-Demand

More information

Digital Audio. Amplitude Analogue signal

Digital Audio. Amplitude Analogue signal Digital Audio The sounds that we hear are air molecules vibrating in a wave pattern. These sound waves are measured by our ear drums and processed in our brain. As computers are digital machines, sound

More information

THE LAUNCHER. Patcher, updater, launcher for Unity. Documentation file. - assetstore.unity.com/publishers/19358

THE LAUNCHER. Patcher, updater, launcher for Unity. Documentation file. - assetstore.unity.com/publishers/19358 THE LAUNCHER Patcher, updater, launcher for Unity. Documentation file Index: 1.What does the Launcher do? 2.Workflow 3.How to upload a build? 4.How to configure the launcher client? 1.What does the Launcher

More information

Release notes for version 3.1

Release notes for version 3.1 Release notes for version 3.1 - Now includes support for script lines and character names. o When creating an Excel file project, it is possible to specify columns used for script lines and for character

More information

User guide addendum V2 for Ui24R (firmware 1.8xxx)

User guide addendum V2 for Ui24R (firmware 1.8xxx) 1 User guide addendum V2 for Ui24R (firmware 1.8xxx) V2 firmware represent major enhancements for the Ui24R. Several features such as the patching system has been completely changed. We encourage users

More information

Euphonia. Manual. by tb-software (C) tb-software 2014 Page 1 of 6

Euphonia. Manual. by tb-software (C) tb-software 2014 Page 1 of 6 Euphonia Manual by tb-software 2014 (C) tb-software 2014 Page 1 of 6 1 Introduction During the development of many audio projects (e.g. "Toscanalyzer", www.toscanalyzer.org) we analyzed around 100.000+

More information

MIXED REALITY (AR & VR) WITH UNITY 3D (Microsoft HoloLens)

MIXED REALITY (AR & VR) WITH UNITY 3D (Microsoft HoloLens) MIXED REALITY (AR & VR) WITH UNITY 3D (Microsoft HoloLens) 1. INTRODUCTION TO Mixed Reality (AR & VR) What is Virtual Reality (VR) What is Augmented reality(ar) What is Mixed Reality Modern VR/AR experiences

More information

INTRODUCTION TO SAMPLING 1

INTRODUCTION TO SAMPLING 1 INTRODUCTION TO SAMPLING 1 1.1 What is sampling? This book is an introduction to the creation of virtual instruments through sampling. Sampling is the process of recording a sound source one part at a

More information

Mul$media Support in Android

Mul$media Support in Android Mul$media Support in Android Mul$media Support Android provides comprehensive mul$media func$onality: Audio: all standard formats including MP3, Ogg, Midi, Video: MPEG- 4, H.263, H.264, Images: PNG (preferred),

More information

Welcome to the SAC Experience

Welcome to the SAC Experience Welcome to the SAC Experience Live Virtual Mixing Technology For Your Desktop Or Laptop Computer SAC is the acronym for Software Audio Console. This program runs in Microsoft Windows and turns your Windows

More information

Bonus Chapter 10: Working with External Resource Files and Devices

Bonus Chapter 10: Working with External Resource Files and Devices 1 Bonus Chapter 10: Working with External Resource Files and Devices In this chapter, we will cover the following topics: Loading external resource files using Unity default resources Loading external

More information

Echo Digital Audio Corporation AudioFire 2 AudioFire 4 AudioFire 8 AudioFire 12 Release for Mac OS X

Echo Digital Audio Corporation AudioFire 2 AudioFire 4 AudioFire 8 AudioFire 12 Release for Mac OS X Echo Digital Audio Corporation AudioFire 2 AudioFire 4 AudioFire 8 AudioFire 12 Release 3.1.1 for Mac OS X DISCLAIMER... 2 RELEASE INFORMATION... 2 SUPPORTED OPERATING SYSTEMS... 2 CHANGES... 3 KNOWN ISSUES...

More information

03 Range of Products. 04 XSplit Gamecaster Features. 05 XSplit Gamecaster vs Competition. 12 XSplit Gamecaster Sales Pitch

03 Range of Products. 04 XSplit Gamecaster Features. 05 XSplit Gamecaster vs Competition. 12 XSplit Gamecaster Sales Pitch TABLE OF CONTENTS Why Live Streaming 03 Range of Products 04 XSplit Gamecaster Features 05 XSplit Gamecaster vs Competition 12 XSplit Gamecaster Sales Pitch 16 How to demonstrate XSplit Gamecaster 23 XSplit

More information

OculusUnityMatlab Documentation

OculusUnityMatlab Documentation OculusUnityMatlab Documentation Release 0.0.1 Luca Donini December 31, 2016 Contents 1 Another Simple Header 1 1.1 Table of contents:............................................. 1 1.1.1 Installation...........................................

More information

#596*Free Download: 'Audio Editor - 3 PC / Liftetime free update' by GilISoft Internatioinal LLC. Coupon Code

#596*Free Download: 'Audio Editor - 3 PC / Liftetime free update' by GilISoft Internatioinal LLC. Coupon Code #596*Free Download: 'Audio Editor - 3 PC / Liftetime free update' by GilISoft Internatioinal LLC. Coupon Code Howdy, and you are welcome to this useful online site. On this information site you'll discover

More information

Terrain. Unity s Terrain editor islands topographical landscapes Mountains And more

Terrain. Unity s Terrain editor islands topographical landscapes Mountains And more Terrain Unity s Terrain editor islands topographical landscapes Mountains And more 12. Create a new Scene terrain and save it 13. GameObject > 3D Object > Terrain Textures Textures should be in the following

More information

MIXED REALITY (AR & VR) WITH UNITY 3D (Microsoft HoloLens)

MIXED REALITY (AR & VR) WITH UNITY 3D (Microsoft HoloLens) MIXED REALITY (AR & VR) WITH UNITY 3D (Microsoft HoloLens) 1. INTRODUCTION TO Mixed Reality (AR & VR) What is Virtual Reality (VR) What is Augmented reality(ar) What is Mixed Reality Modern VR/AR experiences

More information

Accusonus Inc. Lexington, Massachusetts USA

Accusonus Inc. Lexington, Massachusetts USA The information in this document is subject to change without notice and does not represent a commitment on the part of Accusonus Inc. The software described by this document is subject to a License Agreement

More information

THE STA013 AND STA015 MP3 DECODERS

THE STA013 AND STA015 MP3 DECODERS THE STA013 AND STA015 MP3 DECODERS The "STA013" and "STA015" integrated circuits by STMicroelectronics are flexible MP3 decoders with good performance. The STA015 is almost fully backwards compatible with

More information

IAT 445 Lab 10. Special Topics in Unity. Lanz Singbeil

IAT 445 Lab 10. Special Topics in Unity. Lanz Singbeil IAT 445 Lab 10 Special Topics in Unity Special Topics in Unity We ll be briefly going over the following concepts. They are covered in more detail in your Watkins textbook: Setting up Fog Effects and a

More information

MULTIFORMAT PLAYOUT: The WinjayVX multiformat, PERFECT TRANSACTIONS: The mysql database. CUSTOMIZABLE INTERFACE: Stylish, skin-based

MULTIFORMAT PLAYOUT: The WinjayVX multiformat, PERFECT TRANSACTIONS: The mysql database. CUSTOMIZABLE INTERFACE: Stylish, skin-based LEARN MORE... WinjayVX is the full-featured radio playout automation, combining impressive ease of use with a wide choice of features. From live assist to full automation, WinjayVX lets you achieve broadcast-grade

More information

About MPEG Compression. More About Long-GOP Video

About MPEG Compression. More About Long-GOP Video About MPEG Compression HD video requires significantly more data than SD video. A single HD video frame can require up to six times more data than an SD frame. To record such large images with such a low

More information

Blackfin Online Learning & Development

Blackfin Online Learning & Development Presentation Title: Introduction to VisualAudio Presenter Name: Paul Beckmann Chapter 1: Introduction Chapter 1a: Overview Chapter 2: VisualAudio Overview Sub-chapter 2a: What Is VisualAudio? Sub-chapter

More information

Making presentations web ready

Making presentations web ready Rochester Institute of Technology RIT Scholar Works Theses Thesis/Dissertation Collections 2006 Making presentations web ready Binil Kurian Follow this and additional works at: http://scholarworks.rit.edu/theses

More information

Developing the Roadmap - Director Next Survey

Developing the Roadmap - Director Next Survey Developing the Roadmap - Director Next Survey Section 1: How do you use Director? 1. My primary use of Director is (select one only): Desktop Application Development Rich Internet Application (RIA) Development

More information

Amazing Audacity: Session 1

Amazing Audacity: Session 1 Online 2012 Amazing Audacity: Session 1 Katie Wardrobe Midnight Music The Audacity Screen...3 Import audio (a song or SFX)...3 Before we start... 3 File formats... 3 What s the different between WAV and

More information

Virtualdub Video Compression Error Code 2

Virtualdub Video Compression Error Code 2 Virtualdub Video Compression Error Code 2 VirtualDub: Error Code -100 Here is video how Im getting this error. its crop sizes must be multiple of 4 (width) and 2 (height) for compression with divx. 2 /

More information

Runtime Asset Management

Runtime Asset Management Runtime Asset Management Prior to 4.16, UE4 has not provided much support for runtime loading/unloading of assets. There were bits and pieces in StreamableManager, ObjectLibrary, and the Map streaming

More information

Introduction to Premiere Pro CC

Introduction to Premiere Pro CC Introduction to Premiere Pro CC Course Name: Introduction to Premiere Pro CC Description: In this three-day course, you ll get a thorough overview of the interface, tools, features, and production flow

More information

Mul$media Techniques in Android. Some of the informa$on in this sec$on is adapted from WiseAndroid.com

Mul$media Techniques in Android. Some of the informa$on in this sec$on is adapted from WiseAndroid.com Mul$media Techniques in Android Some of the informa$on in this sec$on is adapted from WiseAndroid.com Mul$media Support Android provides comprehensive mul$media func$onality: Audio: all standard formats

More information

Using Sweep: Fun with Scrubby

Using Sweep: Fun with Scrubby Using Sweep: Fun with Scrubby Conrad Parker Commonwealth Scientific and Industrial Research Organisation, Australia Using Sweep: Fun with Scrubby by Conrad Parker Table of Contents Introduction...i 1.

More information

Unity Software (Shanghai) Co. Ltd.

Unity Software (Shanghai) Co. Ltd. Unity Software (Shanghai) Co. Ltd. Main Topics Unity Runtime System Architecture Workflow How to consider optimization Graphics Physics Memory Usage Scripting Where to compare to other engine Unity Editor

More information

WaveLab 8 WaveLab Elements 8

WaveLab 8 WaveLab Elements 8 WaveLab 8 WaveLab Elements 8 Version history Known issues & solutions July 2013 Steinberg Media Technologies GmbH Table of contents About... 3 WaveLab 8.0.2... 4 Improvements... 4 Issues resolved... 4

More information

1. Selection Tool allows selection of specific portions of the waveform on the timeline

1. Selection Tool allows selection of specific portions of the waveform on the timeline Audacity Interface Buttons & Keyboard Shortcuts 1. Selection Tool allows selection of specific portions of the waveform on the timeline 2. Time shift tool allows moving of audio sections to different places

More information

Interplay Production Works For Everyone

Interplay Production Works For Everyone Interplay Production Works For Everyone Empowering Your Team Producers, assistants, journalists and others can contribute early on in production by using Interplay Assist to log, annotate, and select video.

More information

IDM 221. Web Design I. IDM 221: Web Authoring I 1

IDM 221. Web Design I. IDM 221: Web Authoring I 1 IDM 221 Web Design I IDM 221: Web Authoring I 1 Week 8 IDM 221: Web Authoring I 2 Media on the Web IDM 221: Web Authoring I 3 Before we cover how to include media files in a web page, you need to be familiar

More information

Live 7 Audio Fact Sheet

Live 7 Audio Fact Sheet 1 Live 7 Audio Fact Sheet Much of Ableton's recent development effort has been focused on carefully and objectively testing Live's fundamental audio performance. As a result of this testing, we have implemented

More information

Editing and Effects in DaVinci Resolve 12.5

Editing and Effects in DaVinci Resolve 12.5 Editing and Effects in DaVinci Resolve 12.5 1. Working with the Project Media Working with the Project Media Importing the Project Selecting a Capture Drive Relinking Media 2. Exploring the Edit Page The

More information

Section 28: 2D Gaming: Continuing with Unity 2D

Section 28: 2D Gaming: Continuing with Unity 2D Section 28: 2D Gaming: Continuing with Unity 2D 1. Open > Assets > Scenes > Game 2. Configuring the Layer Collision Matrix 1. Edit > Project Settings > Tags and Layers 2. Create two new layers: 1. User

More information

USER EXPERIENCE GUIDE

USER EXPERIENCE GUIDE USB-Powered Recording and Streaming Mixer USER EXPERIENCE GUIDE BROADCAST LIVE ANYWHERE Let your talents shine with the Sound Blaster K3+. Hardware audio processing, top-notch components, convenient controls,

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

Visual Novel Engine for Unity By Michael Long (Foolish Mortals),

Visual Novel Engine for Unity By Michael Long (Foolish Mortals), Visual Novel Engine for Unity By Michael Long (Foolish Mortals), michael@foolish-mortals.net http://u3d.as/nld Summary A light weight code base suitable for visual novels and simple cut scenes. Useful

More information

AUDIOMODERN SYNC 3 BASIC MANUAL

AUDIOMODERN SYNC 3 BASIC MANUAL BASIC MANUAL THANK YOU FOR BUYING SYNC 3. Please feel free to contact us at audiomodern@mail.com HOW TO INSTALL To install, unzip and drag the instrument-folder to any hard drive. Launch Kontakt and load

More information

MPC Essentials Release Notes

MPC Essentials Release Notes MPC Essentials Release Notes About Akai Professional is continually updating and enhancing MPC Essentials. This document lists the new features, fixes and improvements made to your MPC Essentials software.

More information

Using Hybrid Reverb 2 in a VTPO. Overview

Using Hybrid Reverb 2 in a VTPO. Overview Using Hybrid Reverb 2 in a VTPO Overview Hybrid Reverb 2 is a true stereo convolution reverb that recreates the acoustic space of various rooms and halls. It is simple to use and comes complete with an

More information

AUDIOVISUAL COMMUNICATION

AUDIOVISUAL COMMUNICATION AUDIOVISUAL COMMUNICATION Laboratory Session: Audio Processing and Coding The objective of this lab session is to get the students familiar with audio processing and coding, notably psychoacoustic analysis

More information

INSTRUCTION MANUAL L-3866USB

INSTRUCTION MANUAL L-3866USB INSTRUCTION MANUAL L-3866USB 1 CONTENTS CONTENTS---------------------------------------------------2 DESCRIPTION-----------------------------------------------3,4 INITIAL STARTING-UP-----------------------------------5

More information

VS1063 ENCODER DEMONSTRATION

VS1063 ENCODER DEMONSTRATION PRELIMINARY DOCUMENT VS1063 ENCODER DEMONSTRATION VLSI Solution Audio Decoder Project Code: Project Name: All information in this document is provided as-is without warranty. Features are subject to change

More information

Terrain. Unity s Terrain editor islands topographical landscapes Mountains And more

Terrain. Unity s Terrain editor islands topographical landscapes Mountains And more Terrain Unity s Terrain editor islands topographical landscapes Mountains And more 12. Create a new Scene terrain and save it 13. GameObject > 3D Object > Terrain Textures Textures should be in the following

More information

Unity Game Development

Unity Game Development Unity Game Development 1. Introduction to Unity Getting to Know the Unity Editor The Project Dialog The Unity Interface The Project View The Hierarchy View The Inspector View The Scene View The Game View

More information

For Mac and iphone. James McCartney Core Audio Engineer. Eric Allamanche Core Audio Engineer

For Mac and iphone. James McCartney Core Audio Engineer. Eric Allamanche Core Audio Engineer For Mac and iphone James McCartney Core Audio Engineer Eric Allamanche Core Audio Engineer 2 3 James McCartney Core Audio Engineer 4 Topics About audio representation formats Converting audio Processing

More information

Multimedia Technology

Multimedia Technology Multimedia Application An (usually) interactive piece of software which communicates to the user using several media e.g Text, graphics (illustrations, photos), audio (music, sounds), animation and video.

More information

The GStreamer Multimedia Architecture. What is GStreamer. What is GStreamer. Why create GStreamer

The GStreamer Multimedia Architecture. What is GStreamer. What is GStreamer. Why create GStreamer The GStreamer Multimedia Architecture Steve Baker steve@stevebaker.org What is GStreamer A library for building multimedia applications Allows complex graphs to be built from simple elements Supports any

More information

MEDIA RELEASE FOR IMMEDIATE RELEASE Singapore, 6 January 2010 Total: 8 pages (including Notes to the Editor)

MEDIA RELEASE FOR IMMEDIATE RELEASE Singapore, 6 January 2010 Total: 8 pages (including Notes to the Editor) MEDIA RELEASE FOR IMMEDIATE RELEASE Singapore, 6 January 2010 Total: 8 pages (including Notes to the Editor) A*STAR s Exploit Technologies and Institute for Infocomm Research launch world s first adaptive

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions What versions of the Windows OS is Alto Studio compatible with? Is there a Mac version? What audio file formats does Alto Studio support? Can Alto Studio analyze / correct a

More information

Using Metadata with the FS-5 and Final Cut Pro Matt McEwen

Using Metadata with the FS-5 and Final Cut Pro Matt McEwen Using Metadata with the FS-5 and Final Cut Pro Matt McEwen Metadata is becoming an important part of modern video production. With the advent of tapeless acquisition devices such as the FS-5, which are

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Unity

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Unity i About the Tutorial Unity is a cross-platform game engine initially released by Unity Technologies, in 2005. The focus of Unity lies in the development of both 2D and 3D games and interactive content.

More information

Sources:

Sources: CLASS XI Total Duration 160 minutes Learning Outcomes The learning outcomes expected by the end of the academic year are that,the students will be able to: 1. Record live audio 2. Edit audio flies 3. Mix

More information

TouchMix. Self-Guided Tour WELCOME TO TOUCHMIX! CHAPTER. 1. Navigation. 2. Simple & Advanced Mode. 3. Presets. 4. Scenes 5. FX. 6. Wizards. 7.

TouchMix. Self-Guided Tour WELCOME TO TOUCHMIX! CHAPTER. 1. Navigation. 2. Simple & Advanced Mode. 3. Presets. 4. Scenes 5. FX. 6. Wizards. 7. TouchMix Self-Guided Tour WELCOME TO TOUCHMIX! This guide will introduce you to many commonly used features of TouchMix. Click on a chapter title below, or follow the guide from start to finish for the

More information

DL806. Digital Live Sound Mixer with ipad Control

DL806. Digital Live Sound Mixer with ipad Control The 8-channel Mackie DL806 brings the power of digital mixing and wireless ipad control to more users and applications than ever before. This gives you the mobile freedom to control the mix with powerful

More information

Core Audio. MSDOSX : Lecture 20

Core Audio. MSDOSX : Lecture 20 Core Audio MSDOSX : Lecture 20 Overview What is Core Audio? Core Audio Programming Interfaces Common Tasks With Core Audio Core Audio Frameworks What s Been Shipping Since 10.4? Supported Audio and Data

More information

Audio for Everybody. OCPUG/PATACS 21 January Tom Gutnick. Copyright by Tom Gutnick. All rights reserved.

Audio for Everybody. OCPUG/PATACS 21 January Tom Gutnick. Copyright by Tom Gutnick. All rights reserved. Audio for Everybody OCPUG/PATACS 21 January 2017 Copyright 2012-2017 by Tom Gutnick. All rights reserved. Tom Gutnick Session overview Digital audio properties and formats ADC hardware Audacity what it

More information