커뮤니티 Q&A

Audiokinetic의 커뮤니티 Q&A 포럼에 오신 것을 환영합니다. 이 포럼은 Wwise와 Strata 사용자들이 서로 도움을 주는 곳입니다. Audiokinetic의 직접적인 도움을 얻으려면 지원 티켓 페이지를 사용하세요. 버그를 보고하려면 Audiokinetic 런처에서 Bug Report 옵션을 사용하세요. (Q&A 포럼에 제출된 버그 보고는 거절됩니다. 전용 Bug Report 시스템을 사용하면 보고 내용이 담당자에게 정확히 전달되어 문제 해결 가능성이 크게 높아집니다.)<segment 6493>

빠르고 정확한 답변을 얻으려면 질문을 올릴 때 다음 팁을 참고하세요.

  • 구체적인 내용을 적어주세요: 무엇을 하려는지, 혹은 어떤 특정 문제에 부딪혔는지 설명하세요.
  • 핵심 정보를 포함하세요: Wwise와 게임 엔진 버전, 운영체제 등 관련 정보를 함께 제공하세요.
  • 시도한 방법들을 알려주세요: 문제 해결을 위해 이미 어떤 단계를 시도해봤는지 설명해주세요.
  • 객관적인 사실에 초점을 맞추세요: 문제의 기술적 사실을 중심으로 설명하세요. 문제에 집중할수록 다른 사람들이 더 빠르게 해결책을 찾을 수 있습니다.

0 투표

 I am looking for some insight into the best way to create a distance crossfade for 3rd person guns. I'm in the process of remixing my game using the new HDR system, and in doing so I wanted to try and clean up my messy hack for distance crossfades, and improve on the system. 

 My current set up for 3rd person guns goes as follows- Parent is a Random looping container,  ten blend containers nested inside, with each blend container playing three sounds; Near, mid, far. I then set each of the three distance sounds with different attenuations to mimic a distance crossfade.

 This system is not working as well as it did pre-HDR, as I am now changing to sharper and more realistic attenuation curves. Ideally I would be using a blend track but I was told that creating a RTPC that sent how far away each gun was from the player would eat up a lot of math doing the traces to find how far away each object is from the listener. It seems like wwise is already recieving the distance information to control attenuation though, so is there a way to tap into that?

 Is there a way that you can easily find the max attenuation of a sound to create and set a rtpc for use in a blend track.  Is there a way to make a blend track using the max distance from the blend containers attenuation? It seems like there should be a elegant solution to this but I can not find one.

Engine - Unreal3 : Platforms - PC and PS4

TL:DR: Has anyone had success creating a RTPC to control distance crossfades from blend tracks? Is there a way to tap into the distance information wwise is recieving and use it to control a blend track for distance crossfading.

Any help would be much appreciated.

General Discussion Morgan G. (220 포인트) 로 부터

1 답변

0 투표
Uhm, did you try to use separate positioning sharesets for each distance sound (near, mid, far)?

You can create smooth volume change for each layer and hear only desirable sound (or mix of two sounds) at desirable distance.
Robert (390 포인트) 로 부터
Thanks for the reply. That is how my current set up is done (found in the second paragraph).

 It can work, but it is messy,and time consuming when you have to come up with many different share sets to work with the 50 different weapons in the game, and then fine tune them each to work with the individual weapons and have them translate properly with the HDR window and the other elements in the weapon sounds: Metal, Tails, Brass.   

Maybe there isn't a cleaner solution.
Oops, sorry, didn't notice that.

Well, yeah, it can me messy if you have a lot of object structures in Wwise. Its current interface system is a little bit clumsy.

You can, at least at the developing stage, decrease the number of sharesets. For example down to 6. Close, middle, far for usual weapons and another copy for very loud models like sniper rifles.
...