Skip to main content

Sound Design

It was difficult this week to find time to work on the term project when there were also other more heavily weighted assignments due and a midterm to study for. I hope that I will have a bit more time after this week.

For the Living Room, we can use a looped ambient living room soundtrack I found for now because there are considerably fewer sounds expected for this environment. To accomplish this, an entity will need to be created for the purpose of sound source. This will likely be placed on the ceiling plane to have a consistent sound throughout the entire space. Additionally, some sound effects should be linked to when collisions occur between different materials.

Resources for playing sound effects on collision:



For the Warehouse, I will still need to make a looping soundtrack using the sound effects I found. I aim to make it around 60 seconds long so that it is not too repetitive. I am composing the overall sound in Audacity, but will be exporting some tracks separately as they will have sound sources emitting the sounds from different locations in the Warehouse environment while playing simultaneously. This should give a better effect in the 3D space. Evidently, some of this work will need to be coded within the A-Frame project.

A screenshot of my working file (~5hrs, some sounds needed to be cleaned up) can be seen below:



It can be listened to here:
https://drive.google.com/file/d/1o6L1WN8DI0r3sERVWzcCYiaby49b0-8M/view

In the near future, I will be helping Maxime with making a mood board for the environments and developing a colour scheme rather than just having random colours. As can be seen in the Design Comps, some improvements can be made in terms of colour and texture choices to improve cohesiveness and environmental aesthetics.

Comments

Popular posts from this blog

Sprint 5 - Finishing the Furniture

This week, I completed modelling (4hrs) and texturing (7hrs) the furniture that will be used in the scene. It took longer than I expected because I had difficulty nailing down an art style while also working with new techniques in Substance Painter that I wasn't familiar with. A big challenge was finding a style that I really liked and understanding how to achieve that. My experience is more in realistic modelling and texturing where it's easy to see where things don't look right. However, with stylized pieces, it's up to my own interpretation. I'm also working with a very base, low-resolution mesh because I want to avoid creating too much detail through normal or height maps. The simpler, the better, but, the simpler, the less there is to work with. The grand solution in nailing down a flexible art style was through the use of ambient occlusion. By baking the same model over itself, I get an AO map, which already improves the look dramatically as it removes ...

[WEEK 3] Illustrations and Alpha Prototype

This week, we need to complete the user interaction specification document, which contains many graphical components that need to be created. This includes the storyboard/wireframes, design compositions, and the architectural flow of our game. Additionally, the Alpha prototype is due next Friday! This is a huge priority and at this point, we will be relying on Mitchell to work on coding majority of the functional elements. Primitive environments have been prepared by Maxime, but they need to be tested in a VR environment (i.e. for scale). Priscilla will be putting together all the parts of the proposal document and supporting both Mitchell and Maxime with their tasks.

Aframe Systems and Networked-Aframe

This week saw less direct contribution to the project, and had a greater testing and learning component to it.  Most of my time in the past week was devoted to a different Aframe project that involved a multi-user interaction with a cooperative and competitive component.  I used this project as a guinea pig to test out Networked-Aframe and some more 'advanced' Aframe design patterns (~25 hours). Networked-Aframe is a framework built on top of Aframe that integrates WebSockets and component syncing to streamline the process of creating multi-user Aframe projects.  The main feature of Networked-Aframe we are interested in was the voice chat support, as we feel it could be a great feature to have for playing the game with friends remotely.  However, I also set out to see if there are other features in the framework that could be useful in developing our project.  An element I did find useful was component syncing, which uses HTML <template/> tags to create ...