• Dear visitors,

    The email issue has been finally solved.
    Thank you for your patience and happy browsing.

    Team ACM.

Is it possible to create custom ambient sounds for track

luchian

Administrator
Staff member
It "used" to be possible (see first post, in Track tutorial - look for AC_AUDIO_ objects).

However, last time I checked, it did not work anymore. I'm guessing it's not because of the trigger object, which still need to be defined, but maybe because of sound file format. (used to be mono, wav file).
 

MGMetroDave

Active Member
Hello, I'm just wondering if anyone knows if this has changed at all since the last post in 2017?

Many thanks
 

Johnr777

Moderator

Rob Pawn

Active Member
even if there is the new way to go. Iam interested in the old way. with AC_AUDIO.
The new soundbank is placed in extension folder and the commands are listed in ext-config which makes it (at least for me) impossible to set specific sound for specific track layouts. I only could find positioning by coordinates. OR IS THERE a way to bind sounds to meshes as well?

Otherwise i would need to do it on the AC_AUDIO thing. But do i have to put a .wav file into a folder then or do i even have access to my soundbank? Where is a list of commands for the audio_sources.ini and where do i have to place the sound files?
 

Fuzo

Member
there is a PDF in SDK directory which explains Audio implementation to AC, but I can tell you from my experience, that only stuff wich works for tracks is default ambient audio and pretty simple reverb effects attached to nodes on track. If you want to do something better, you need to use CSP features. CSP audio works pretty nice, I guess it can be bound even to moving nodes, but in some external cameras the audio was broken, I am not sure whether it was fixed or not. In any ways, you need to follow the PDF, download specific fMod version, open the project which is in SDK and you can create your samples and events.
 

Rob Pawn

Active Member
I guess it can be bound even to moving nodes
yeah, right. i remember the train from Ilja's "Animated Track Objects" video.
I will check out the pdf and try to bound the sound to a mesh in ext-config. Thank You Fuzo so far.
 

Rob Pawn

Active Member
AC Audio Pipeline 1.9.pdf is absolutly useless!
The github documentation is not showing any helpful command on how to bind sound to a mesh.
its annoying!

just type "meshes =" instead of "position =" will not work!

the train video is like feeding ducks with styrofoam...

i feel so helpless and dumb... demotivating again...
 

Fuzo

Member
In this case it is common to find some track which has it working and take inspiration (and the lines of code) from its CSP config. There definitely are some tracks around with custom sounds. But don't expect much as this feature of CSP is a little bugy. I messed with it quite a long time ago but I ended up deleting it all from my projects because of the inconsistency. But for small private projects, give it a try and you will see.
 

Johnr777

Moderator
All my tracks have custom sounds. The later projects are better and pretty much bug free when it comes to audio, like Mosport DDT and Road Atlanta.

@Fuzo, the trick to better sounds is to work out of the sample tatuus FMOD project, you can set distance, etc
 

Fuzo

Member
@Johnr777 Yeah I learned that as well, but since then I was not doing any track project so I have not played with it for a long time, but for my actual Slovakiaring project I created a sound bank for the pit horn and it seems to be working pretty well when I set the spatial settings correctly in fmod.
 
Top