Skip to content

A tiny Unity project to get you started making immersive experiences with spatial audio.

Notifications You must be signed in to change notification settings

csestili/spatial-audio-starterpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spatial-audio-starterpack

A tiny Unity project to get you started making immersive experiences with spatial audio.

Why?

Music that takes advantage of space as a compositional element is really cool. There is a long history of music composed with space as a central focus. However, many potential listeners don't have speaker setups in their home that allow them to appreciate spatial music.

Fortunately, a video game is a great format to expose listeners to spatial audio. The only equipment required is a computer and a pair of headphones. No special knowledge is required to set up anything.

This is a starter project to make a simple video game with spatial audio. The only thing you have to do to get started is to replace the audio clips in this package with your own audio.

What's in the box?

This short video demo (click image for video) shows everything included in this project:

IMAGE ALT TEXT HERE

This scene contains:

  • 4 cubes that emit spatialized audio
  • a first-person character controller that can look and walk around
  • a little bit of lighting and set dressing to make it look nice

This is already enough to begin exploring quadraphonic (4-speaker) audio.

How do I get started?

  1. Download Unity Hub.
  2. Install Unity version 2019.4.8f1.
  3. Download the code in this repository (or clone, if you prefer).
  4. Open this project in the Unity editor.
  5. Edit the project by:
  • Changing the audio that each cube emits.
  • Changing the position of each cube.
  • Adding more cubes by duplicating the existing ones.

About

A tiny Unity project to get you started making immersive experiences with spatial audio.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published