社区问答

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

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

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

0 投票
When I edit a audio file in an external editor (CTRL + E), save the file, and then return to Wwise, the sound file is not updated. Is it cached somehow? And then, is there anyway to update the file in Wwise?

Restaring Wwise solves it. But is very annoying.
分类:General Discussion | 用户: Jonas S. (140 分)

1个回答

+1 投票
 
已采纳
modifying the original file on disc does not in any way inform the authoring tools that a change has taken place since the time you either imported the file or the last time any data derived from the file ( such as the waveform display or conversion properties to which i suspect you refer ) was gathered.

reconverting the file ( shift+c ) should address any inaccuracies in any displayed data - building somebanks already takes into account any changes made and so is not affected.

hopefully it is clear that this is a resonable compromise in the general case - e.g. a great many things could change that file, that wwise wouldn't know about, should you wish.

i do however take your point that, considering the operation to modify the file is launched from within wwise that, once editing is is concluded that wwise could update any data derived from the file either through waiting for the editor, launch as a child process, to terminate or through the use of file/directory change notifications https://docs.microsoft.com/en-us/windows/win32/fileio/obtaining-directory-change-notifications in much the same way as i'm suggesting you do manually.
用户: Dan M. (2.6k 分)
采纳于 用户:Jonas S.
Thanks for the answer. Will try the reconverting option.

Just know there is a sollution. Every other program I'm using can recognise external changes somehow. But don't build native apps myself, so have no idéa how to solve it. But I guess you can add a timer to check every X seconds if a file has been updated, or when the focus of the window is reciewed again you could do a check.

Just think it's an essential feature :)

Or at least if there is an "update all assets" button, that would be great :)
...