Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.22 KB

File metadata and controls

25 lines (17 loc) · 1.22 KB

Animalese

Today we're going to learn how to speak Animalese!

This project provides an implementation of Animalese, the default language in the Animal Crossing games. It was originally created for the 2020 Game Audio LA Microtalks.

Getting Started

Open Assets/Scenes/Animalese.unity and press play!

You can directly control text, pitch, and speed in-game, as well as looping and the event parent path in-editor.

To adjust the event parent path, click on the Isabelle prefab and navigate to the Animalese Speaker script in the Inspector. You can then edit the "Event Parent Path" field.

Currently valid paths are:

  • event:/AnimaleseBase/ -- default Animalese approximation
  • event:/AlphabetSong/ -- all letters are sung according to the Alphabet Song
  • event:/PianoChromatic/ -- all letters are piano notes
  • event:/Drums/ -- all letters are drum hits

Feel free to add your own samples using the FMOD project (Animalese_AudioStaging/Animalese_AudioStaging.fspro) -- would love to see what you come up with!

Dependencies