社区问答

欢迎来到 Audiokinetic 社区问答论坛。在此,Wwise 和 Strata 用户可互帮互助。如需我们团队直接提供协助,请前往技术支持申请单页面。若要报告问题,请在 Audiokinetic Launcher 中选择“报告错误”选项(注意,问答论坛并不会接收错误报告)。我们内部设有专门的错误报告系统,会有专人查看报告并设法解决问题。

要想尽快得到满意的解答,请在提问时注意以下几点:

  • 描述尽量具体:比如,想达到什么样的目的,或者具体哪里有问题。
  • 包含关键细节:比如,Wwise 和游戏引擎版本以及所用操作系统等等。
  • 阐明所做努力:阐明自己为了排除故障都采取了哪些措施。
  • 聚焦问题本身:聚焦于问题本身的相关技术细节,以便别人可以快速找到解决方案。

+2 投票
Hello!

I'm working on a fairly 'heavy' 3D PC game and am finding I can use currently used audio assets in other places.  I would just like to know what all happens to the system when I duplicate a Sound SFX (or perhaps random container, or other object containing Sound SFXs).

1. The file (WAV, Vorbis, etc) is not not duplicated, correct? (Unless you have unique conversion settings?)

2. Only a small amount of memory is used to store volume, Positioning, Pitch, etc data, correct?

I guess my bottomline question is: Is it good practice to duplicate a sound when used on another event, or is it better to try and save system resources by reusing the same Sound SFX?

Once again, not developing for mobile, PC.

 

Thanks in advance for any input, advice, or good directions you can point me towards.  :)

 

-Blake
分类:General Discussion | 用户: Blake (420 分)
I've been wondering about this too, and I'm having trouble finding answers.

In addition to your questions, I also wonder how that affects soundbanks. I've heard that if you duplicate a Sound SFX object, you won't be able to put it in a different bank than the original. That's worrisome if true, but I couldn't corroborate it via Google search.

Sorry if I'm hijacking your thread, but this has been a burning question in my mind!

1个回答

+1 投票
Hey! Yes it's good practice! It can be a great way to reduce the amount of raw audio in your project. The two important things to note is that first, if you alter the lowest level audio object at all by changing start time or adding fades in the source editor (doing that WILL duplicate the raw audio file, shortening each version to the custom specs), and second, if you place the two sounds which use the same source wav in two different soundbanks, that will also duplicate the file, as Ian S. noted. You can do it, but your soundbanks will contain two copies.
用户: Beatrix Moersch (3.3k 分)
So I'm I right by saying that duplicate any Sound SFX using EBP with UE double the memory size used if we use different events?
(based on the fact that EBP automatically create a soundbank per event)

If yes, it's a bit of an issue then…
...