更新时间:2021-07-02 21:02:09
coverpage
Title Page
Credits
About the Author
About the Reviewer
Acknowledgments
www.PacktPub.com
Why subscribe?
Customer Feedback
Dedication
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Downloading the example code
Downloading the color images of this book
Errata
Piracy
Questions
Introducing Game Audio with Unity
Introduction to game audio
Main game audio components
Diegetic versus non-diegetic sound
Audio layers or groups
Getting started with unity
Downloading unity
An introduction to unity
Downloading and importing project assets
A tour of the village
Importing audio into unity
Inspecting the imported audio files
Audio sources and listeners
Adding an audio source
3D sound and spatial blending
Summary
Scripting Audio
Introduction to scripting in Unity
Building a musical keyboard
Importing and playing notes
Enhancing the virtual keyboard
Weapons and sound
Throwing the ax
Understanding the axController script
Playing sounds on collision
Randomizing audio
Background music
Introduction to the Audio Mixer
Introducing the Unity Audio mixer
Creating mixer groups
Shaping audio with effects
Visualizing audio equalization
The master mixer and controlling signal flow
Routing audio signals in the mixer to effects
Audio effects breakdown
Equalization effects
Lowpass and Lowpass simple
Highpass and Highpass simple
ParamEQ
Delay effects
Echo
SFX reverb
Flange
Chorus
Other effects
Pitch Shifter
Normalize
Compressor
The duck volume effect
Advanced Audio Mixing
Recording audio changes with snapshots
Pausing the scene
Audio Mixer scripting with parameters
A dynamic audio wind effect
Creating environmental audio zones
Dynamic music mixing
Using the Audio Mixer for Adaptive Audio
Introducing adaptive audio
Building adaptive audio cues
Creating mood with adaptive music
Vertical remixing with the Audio Mixer
Footsteps with adaptive sound
Introduction to FMOD
Getting started with FMOD Studio
Installing FMOD Studio
Back to the basics
Effects and mixing
Mixing in a reverb effect
Parameters snapshots and triggers
FMOD for Dyanmic and Adaptive Audio
Dynamic wind and environmental zones
Scripting with FMOD
Revisiting the footsteps example