menu
2024.1.3.8749
2023.1.11.8682
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise 为构建总线层级结构提供了很大的灵活性。也就是说,组织工程的声音结构时条条大路通罗马。尽管如此,以下简单示例仍为您提供了一些开发总线结构的常见做法,无论工程的素材和要求的具体组合形式。
In the following screenshot, drawn from the Schematic View, we see a project organized under the three master busses into four Audio Busses, two secondary busses, and one Auxiliary Bus.
![]() |
对于 Master Audio Bus 结构,我们有以下总线:
To make it easier to apply adjustments to sounds based on being located in a large airplane hangar, we also added an Auxiliary Bus: Hangar_Env. 这样做后,当游戏场景移入飞机库时,我们可以将声音(手动或通过游戏调用)发送至该总线,我们可在此处运用玩家在此类环境中可能会听到的开放式回声的混响。
有关 Master Secondary Bus,我们有以下总线:
check_circle | 技巧 |
---|---|
Do not send the same sound at the same time to both a secondary and an Audio Bus! Every system has its own level of latency. 即使是几毫秒的差异,同一声音的两条输出间的延迟也将会产生明显的不和谐。 |
对于 Master Motion Bus,我们没有子总线。在这个简单的工程中,并没有多种 Motion FX(振动效果),仅仅是门滑动和窗户打开这些效果,所以它们可放置在主总线下。但是,我们也可以将声音对象连通到振动层级结构。在此情况中,即使工程中的振动对象很少,可能还是有必要增加子振动总线。
info | 注意 |
---|---|
您可以使用声音对象(包括音乐文件)生成振动数据。有关使用现有声音对象生成振动的详细信息,请参阅通过现有声音生成振动。 |