menu
 

Yonder: The Cloud Catcher Chronicles - An Episodic Audio Journal - Episode Two: 40 Species of Noise

게임 오디오 / 사운드 디자인

I love open world games and I find myself observing the environments in detail as I travel around exploring. But, I often find myself thinking about how they compare to the real world. I spent three years living in Japan; one in Tokyo and two in Aomori prefecture, and one of the main things I noticed in Japan was how the environments changed both due to seasonal changes and location.

Spring and summer times are vibrant seasons in Japan; birds are very active, but what is really noticeable from a sound point of view during these seasons is insects. Millions of cicadas during the day and crickets during the night saturate the Japanese landscape with their song. What many travellers to Japan do not realize is that the various species have very specific song types as well as very specific locations in which they live. This means if you travel from southern Japan up to Tokyo and then north to Tohoku, you will be able to hear different insect sounds. And the insect sounds will also change from season to season. Once I realized this, I was able to watch a Japanese movie and identify where it was filmed and what time of year it was, if there were insect sounds.

We often ask our audience to spend hours inside our game worlds, and we design complex terrain with various biome types. Yet, sometimes we craft the audio for these environments with much less detail than the visuals. I wanted to not only add more life to the world of Gemea, but to create a living world that would highlight the changes of day and night, summer and winter, sunshine and storm.

Yonder1.png

Yonder: The Cloud Catcher Chronicles includes sounds of over 40 species of birds, insects, and frogs. Did I go overboard with this? Perhaps. But the result is a world that has a dynamic ecology which reflects various states of change. Each choice and its implementation is also designed to support the overall narrative of exploring the land of Gemea.

Palette
As a starting point, I wanted to select as broad a range of content as possible. I have a massive SFX collection as well as my own personal recordings. I have also recently been working on restoring some older recordings and making them suitable for game implementation purposes. Working through sound recordings is like selecting which instruments you want to compose for. Each sound has character, texture, and a quality that suits certain emotional states. Selecting the most suitable cicada sound is no less important than choosing which wind instrument to write a solo for.

I had created a first pass of the dynamic environment system months ago, and it worked and sounded effective in the game from a technical standpoint. These were a series of basic bird and insect sounds that functioned appropriately for the game world. I will go into the details of the system in a minute, but the selection of source content is critical, so I want to focus on that for a second. Putting in placeholder sounds meant the system could be tested. As the world grew and the artwork became more finalized, I was able to spend many hours in the world. Most of this time was spent implementing other sounds or performing constant ongoing mix balancing, but sometimes I would just play and explore; I would listen and I would “feel”.

When it came to selecting the second pass content, I knew the biomes very well and I knew what I wanted. I would go through my raw SFX material, often not looking at the names, and I would listen with an open mind. I would allow the sound to take me wherever it would. Some sounds were lush and full of life, others seemed sparse, and some would invoke a feeling of hot, dry, arid landscapes. In most instances this is because the sounds were from a creature that lived in the appropriate environment in the real world, but instead of working with names and descriptions, I worked with feelings, and I think this allowed for some nice choices of content.

Yonder2.png

We have been using the State system in Wwise to control various aspects of the sound and music. We already had a day and night State, but I wanted to expand on this. So we added dawn and dusk States to create transition points between the main day and night States. This is used for both music and SFX. But, for the species of birds and insects, I crafted each one individually so that I could align them with how they made me feel. To me, certain bird sounds just didn’t sound like how I would hear them at dawn. They had more of a feeling of circling overhead at noon. So these sounds only triggered once full day State was active. Some insects I implemented to trigger right at dusk and others not until full night had fallen.

Species_States3.png

In this example the insect sounds will be active at dusk and during the night, but fade when dawn arrives. And this particular species is only active during the Spring and Summer months.

The dynamic structure for the birds used individual bird calls, triggered at various rates, depending on exactly which species I was working on. Smaller birds tend to twitter more often than larger birds. This system also allowed me to alter the trigger rate dynamically. So at dawn and dusk I could create the “massed chorus” effect of many birds, all singing more often. Over the course of the day, the trigger rate would drop off so that at noon when the day was hottest the birds were barely present.

From a seasonal point of view, I set many birds to be most active in springtime, when many creatures are mating, then slightly less active in summer and in some biomes completely replaced with noisy summer insects. In some regions, the same bird species are active through spring, summer, and autumn, and then they fall quiet during the cold winter. In other biomes, a specific bird may only be active in spring, and then through other months different birds or insects become more vocal.

Species_Object4.png

The Grasslands_Birds consists of four species and in this example the BellsVireo has been expanded to show it has 16 sound files that make up the full pool for that species. Each bird has a varied number of sound files depending on the type of bird and what sound files I had available for that species.

The advantage of the Wwise State system is that I could easily assign and tune each species object to be unique, but also, so they would blend and dovetail nicely. The other useful implementation technique was to add all my biome specific sound objects into a single Event. The main game objects I used for implementation into Unity were the biome specific trees. Each biome had its own tree species. As birds and insects generally gather in trees, this was logical from a narrative point of view and provided objects spread throughout the game world, as emitters. This also meant I had to sync only one Event to a tree prefab and it would be instanced across the whole world. (This was important because the player can collect plant seeds and place them anywhere else in the world.)

Initially, I had both a bird Event and an insect Event attached to each tree prefab. Then I realized I could simplify this. A Wwise Event can contain multiple sound objects. So I could place each of the different bird and insect species which I wanted to inhabit a biome into a single Event, and attach that to a tree prefab. The State system meant that even though there might have been 4-6 sound objects in the one Event, each would only play at the specific day/night and seasonal State defined for it. Each of these objects could have unique effect and attenuation behaviour. So again, the drop-off range of species could all be tuned to present unique behaviour within the world.

Species_Event5.png

A single Event can contain all the sound objects I need to produce the spatialized environment sound for a biome. Each of the objects in this Event will only trigger when their appropriate States are met. So, even though there are 6 sound objects here, only one usually plays at any one time. This makes implementing into the game much simpler once the system is defined.

As you walk through the world, there is a true spatial environment around you. Trees may include two or three different species of birds within them, and each species had a range of bird calls. So, the entire system generates a spatial dynamic environment. If you chop down a harvestable tree, it stops emitting its related sounds. If you deforest an entire biome, its environmental audio will reflect this.

Each biome also has birds in flight. These are very basic animated shapes. But they also have sounds attached to them, so they sporadically emit a bird call as they fly by. This final element really helped to sell the feeling of a dynamic and living world.

Yonder6.png

The weather system for each biome is also unique. While there is a general wind sound through all biomes, the forest also has a wind-through-leaves sound that is attached to the trees and emits from that location. Rain in forest areas is the sound of rain on leaves, while in the grassland areas it's a lighter rain on ground sound. Alpine and desert areas have very different wind sounds compared to other environment types. To help support the overall narrative, all of these choices were made using the same approach: the “how does it make me feel” approach. 

Making the audience feel cold in the winter months and in snow biomes,  and hot and dry in the desert, can be achieved more successfully when the audio fully supports the visual effects. In fact, often the audio can be more evocative and can trigger emotional feelings from the audience, more than visual changes can. Keep in mind that apart from the basic flying bird shapes, none of these birds or insects exist in the game as objects, they only exist as sounds. So the world is vastly populated with a great and diverse selection of lifeforms that exist only because of the audio. In this regard I got to decide and create much of the ecosystem of the world of Gamea, and this helped create a lush environment without having to create dozens of models and lots of complex code.

All of the techniques that I applied to creating the environmental audio for Yonder: The Cloud Catcher Chronicles were taken from my experience doing research for VR/AR/MR implementation. For the New Realities, we are striving for more detailed and precise surround spatial environments; we want to immerse the audience into these worlds and make their experience more engaging. But, I realized that many of these techniques were just as valid for a "traditional screen" format game world. So movement of the camera produces a similar “world rotating” effect in the audio just like head tracking does in VR. This is because all the weather sounds, such as wind and rain, are set at four compass points; and all of the environmental birds and insects are localized throughout the world inside the trees. So Gemea is a dynamic virtual environment in many ways, and the player’s experience should be far more engaging and enjoyable because of it.

This article was originally published on Gamasutra

Stephan Schütze

Spatial Audio Producer & Consultant

Sound Librarian

Stephan Schütze

Spatial Audio Producer & Consultant

Sound Librarian

Stephan Schütze has worked within game audio production for close to twenty years. He is a composer, sound designer, location recorder and spatial audio practitioner. The broad and varied list of audio production skills Stephan has developed over his career, and his experience working with some of the leading companies in New Reality technology provided him with the perfect opportunity to create the first book on audio production techniques for this newly evolving technology.

 @stephanschutze

댓글

댓글 달기

이메일 주소는 공개되지 않습니다.

다른 글

Wwise와 REAPER의 연결: Part 2 - ReaOpen

ReaOpen은 오디오 파일을 선택하고 원래의 REAPER 프로젝트를 쉽게 열 수 있는 무료의 가벼운 프로그램입니다. Windows와 Mac 모두에서 실행되며 Wwise,...

7.4.2020 - 작성자: 니콜라 루키치 (NIKOLA LUKIĆ)

사운드 디자이너가 PureData + Heavy를 사용하여 DSP 플러그인을 개발하는 법 - 제 2부

제 1부에서는 Patch 파일을 사용하여 '블루프린트'를 제작하는 법을 설명해 드렸습니다. 이제 Heavy 컴파일러를 사용하여 '자동 워크숍'을 제작한 후, 이 자동 워크숍을...

24.11.2020 - 작성자: 천종 호우 (Chenzhong Hou)

Wwise Unity 커닝 페이퍼

Wwise Unity 통합에 대해 말해봅시다. 언제든지 참조할 수 있는 수년간 제작된 교육 자료가 꽤나 많습니다. Audiokinetic 교육 자료로 말하자면 Youtube에도...

2.2.2021 - 작성자: 매스 마라티 소노로 (MADS MARETTY SØNDERUP)

텔 미 와이(Tell Me Why) | 오디오 다이어리 제 1부: 환경음과 보이스오버

'텔 미 와이(Tell Me Why)'는 DONTNOD(돈노드)가 개발하고 Xbox Games Studios(엑스박스 게임 스튜디오)가 출판한 싱글 플레이어 서사적 어드벤처...

4.5.2022 - 작성자: 루이 마르탱 (Louis Martin)

임펄스 응답 리버브로 현실감 있는 사운드 만들기

임펄스 응답은 실제 공간을 초현실적으로 재구현하는 것으로 유명합니다. 최고 품질의 임펄스 응답을 녹음하는 것은 다소 기술적이며 고급 장비가 필요한 일입니다. 공간적인 품질을 갖춘...

8.9.2023 - 작성자: BOOM Library

Scars Above(스카스 어보브)의 오디오 최적화 모범 사례

소개 이 글에서는 게임 스카스 어보브(Scars Above)를 프로파일링하고 오디오를 최적화하는 데 적용한 다양한 원칙을 설명해드리려고 합니다. 사운드 디자이너분들에게 저희가 겪은...

12.3.2025 - 작성자: 밀란 앤틱(Milan Antić)

다른 글

Wwise와 REAPER의 연결: Part 2 - ReaOpen

ReaOpen은 오디오 파일을 선택하고 원래의 REAPER 프로젝트를 쉽게 열 수 있는 무료의 가벼운 프로그램입니다. Windows와 Mac 모두에서 실행되며 Wwise,...

사운드 디자이너가 PureData + Heavy를 사용하여 DSP 플러그인을 개발하는 법 - 제 2부

제 1부에서는 Patch 파일을 사용하여 '블루프린트'를 제작하는 법을 설명해 드렸습니다. 이제 Heavy 컴파일러를 사용하여 '자동 워크숍'을 제작한 후, 이 자동 워크숍을...

Wwise Unity 커닝 페이퍼

Wwise Unity 통합에 대해 말해봅시다. 언제든지 참조할 수 있는 수년간 제작된 교육 자료가 꽤나 많습니다. Audiokinetic 교육 자료로 말하자면 Youtube에도...