snozbot / fungus

An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
MIT License
1.63k stars 290 forks source link

Feature Request: WriterAudio Fade Out Disabler #929

Open SoulKarl opened 3 years ago

SoulKarl commented 3 years ago

Feature request for a bool to disable the volume lerping in WriterAudio that occurs during text writing whenever there is punctuation. Currently there is a dopler effect on everything and when adding in my own audio it makes it impossible to predict/control. Having a way to disable this would be great.

Arylos07 commented 3 years ago

In PR #934, I added a toggle to the WriterAudio script that disables the audio lerping. This is left enabled by default so you'll have to have your own say dialog prefab that toggles this or change the default Fungus say dialog prefab.

I did not add a Fungus command for this, but extending the Say command to toggle this as well could be useful, but I think that's better left to creating a say dialog for any characters that need lerping disabled for their voices.