Page 1 of 1

FMOD Support?

Posted: Mon Sep 25, 2017 6:34 pm
by reckhou
Hi there, I'm using the Dialogue system along with FMOD in my project. I'd like to play audio files through FMOD, the file name is being stored in "VoiceOverFile" field in the template. I want to know is there any shortcut like "Audio()" in sequencer or I have to create my own sequencer command? Thanks.

Re: FMOD Support?

Posted: Mon Sep 25, 2017 8:53 pm
by Tony Li
Hi,

I haven't written a sequencer command for FMOD yet. If you end up writing one (they're easy to write) and would like to share it with the community, please feel free to post it here or email it to tony (at) pixelcrushers.com and I'll put it on the Dialogue System Extras page.

Re: FMOD Support?

Posted: Wed Jan 11, 2023 7:34 pm
by CheChe
Uh Oh. I'm making a game using FMOD for sound but I also intend to add voice acting in the next month or so. I don't completely understand your answer, but can I or can I not use FMOD for everything in the game while still using your dialogue system to play voice files?

Re: FMOD Support?

Posted: Wed Jan 11, 2023 8:15 pm
by Tony Li
That post is over 5 years old. You can use this FMODWait() sequencer command to play voice acting through FMOD and/or this typewriter subclass if you want to play FMOD sounds with each character typed.