#Batchelor's thesis

1 messages · Page 1 of 1 (latest)

cobalt delta
#

I would apreciate any information, any nudge in the right direction, anything

tacit radish
#

remind me what FMOD does

#

i'm a little fuzzy, lol

cobalt delta
#

well, I dont know much (never tried myself). I just know that it allows you to work with adaptive audio really easily. That's the main thing I remember. But it feels really heavy to use in small project. I hoped that somebody with experience in FMOD and game development could help me.

tacit radish
#

I think you need to understand what it does before you can create a lite version of it...

cobalt delta
#

I would like to make some plugin or framework for unity as my thesis...but I don't really enjoy shaders and graphics 😄

tacit radish
#

I'm definitely a sound guy, but I just kind of DIY everything

cobalt delta
cobalt delta
tacit radish
#

yes -- audio sources and filters

#

i made my own spatial audio system for a horror game that uses a navmesh to figure out how direct the path is to the listener

cobalt delta
#

what do you know about audio pooling? Friend of my told me that could be useful...but I vaguely understand the concept.

tacit radish
#

pooling is a more general concept of re-using objects instead of creating and destroying them

#

it's useful when they're appearing and disappearing constantly

cobalt delta
#

I got few more questions if you dont mind. 1) When you for example want transition from background music to other, I believe you could use trigger but how do you animate the sounds? (the tansition between them) because I know that FMOD does this pretty good, but I am not sure how does it work without it. 2) Isn't there anything that annoys you when you are making your sound systems? For example repetitive task that I could try and solve?

tacit radish
#

Just by gradually changing volume settings

#

I dunno about 2, partially because I've kinda just DIY'd things as needed

#

I wrote my own "random sound picker" that avoids repetition