GaijinEntertainment / fmod_studio_warthunder_for_modders

Fmod studio project for War Thunder sound modders
118 stars 103 forks source link

Is there a way to disable the radio jarring noise in the crew voice? #231

Closed sawamuraeriri96 closed 8 months ago

sawamuraeriri96 commented 10 months ago

im trying to make voice mod, but new radio jarring noise and echo effect which added recent upadate makes difficult to hear the voice. is there a way to disable the radio jarring noise and echo effect?

Uchuujin01 commented 10 months ago

You can replace this radio noise by whatever you want. dialogs_crew_ground/background_noises/, there are noise sound events.

sawamuraeriri96 commented 10 months ago

You can replace this radio noise by whatever you want. dialogs_crew_ground/background_noises/, there are noise sound events.

Even if I mute layer00 of background_noises or remove layer00, the noise still occurs as usual, what should I do? The inserted audio is playing fine, so I don't think there is anything wrong with the build, but maybe I need to build a different file from dialogs_common and crew_dialogs_ground_new?

best regards,

Uchuujin01 commented 10 months ago

Take a look at noise sound events, what bank they are belong? As far as I remember, they're in tanks_effects, try to move them to masterbank and rebuild tanks_effects and masterbank.

OXEPU3M commented 10 months ago

Take a look at noise sound events, what bank they are belong? As far as I remember, they're in tanks_effects, try to move them to masterbank and rebuild tanks_effects and masterbank.

I already told you. Even if we do that it doesn't work. And deleting all post effects in events and buses do no effect. https://github.com/GaijinEntertainment/fmod_studio_warthunder_for_modders/issues/211

TooCoolDude commented 10 months ago

And there is distortion effect in mixer on crew members. Next if I delete distortion effects and build master bank, there is no radio noise in game, but also no tank gun audio in 3rd person mode.

sawamuraeriri96 commented 8 months ago

https://live.warthunder.com/post/1086055/en/ someone found how to solve this issue

sawamuraeriri96 commented 8 months ago

solved