| 注記: A map with the parameters for all tutorials is available as part of the Unreal Demo Game downloadable from the Audiokinetic Launcher. マップの名前は、SpatialAudioTutorialMapです。If you want to follow along with that map, you can skip the following sections. |
新しいプロジェクトを作成する
Follow the steps below in order to build your working environment.
- Epic Launcherから、Unrealを起動する
- 新しいUnreal Project C++ Blankプロジェクト(スターターコンテンツなし)を作成します。
- Unrealを閉じる
- Audiokinetic Launcherを起動する。
- Wwise をインストールする。
- Unreal Engineタブを選択する。
- Integrate Wwise into Projectボタンをクリックする。
- Open in Wwiseボタンを使ってWwiseを起動する。
- Open in Unrealボタンを使って、Unrealを起動する。
Wwiseプロジェクトの準備
このチュートリアルでは、Sound SFXと、それを再生するEventが必要です。
- Wwiseプロジェクトの中で、 Actor-Mixer HierarchyのDefault Work Unitで新しいSound SFXを作成し、サウンドを1つインポートします。
General Settingsタブで、必ず Use game-defined auxiliary sends を有効にします。
In the Positioning tab:
- Enable Listener Relative Routing
- Set 3D Spatialization to Position + Orientation
- Add an Attenuation with a Max distance of 5000.
- Enable Diffraction and Transmission
Actor-Mixer HierarchyでこのSound SFXを右クリックし、 New Event > Play を選択します。
- Open the Project Settings
In the Soundbanks tab, make sure Enable Auto-Defined SoudBanks is enabled.
- プロジェクトを保存する。
- Generate the SoundBanks.
Wwiseプロジェクトの準備
- 床と、部屋が2つある建物と、屋外の障害物を、好きな方法で作成します。SpatialAudioTutorialMapでは、建物にカスタムメッシュを使い、屋外の障害物には簡単なキューブのスタティックメッシュのコンポーネントを使いました。
- シーンに、エミッターを配置します:
Drag the Event created in the previous section from the Wwise Browser to the Content Browser.
- シーンにEventをドラッグし、新しい
AkAmbientSound
アクターを複数、作成します。
- 屋外に1つ、各部屋に1つずつ、配置します。
For all AkAmbientSound
actors, make sure to set Refresh Interval to 0.
Here's an image of the Spatial Audio Tutorial Map.
- Open the Level Blueprint from the Blueprints menu.
- ユーザーインプットでイベントをトリガーします。
- Drag a newly created AkAmbientSound from the World Outliner into the Blueprint.
- AkAmbientSoundノードで、"Post Associated Ak Event"ファンクションを探します。
- Right-click the Blueprint background and search for "Left Mouse Button".
- Pressedアウトレットを、"Post Associated Ak Event" Execにつなげます。
ほかのすべてのAkAmbientSoundアイテムで、同じ手順を繰り返します。
- Level Blueprintを保存し、閉じます。
設定を検証する
- シーンをスタートする。When pressing the respective buttons, you now hear the sounds play, spatialized in 3D.
Wwise Authoringに接続し、Profilerレイアウトを開きます(ショートカットはF6)。
- When playing the sound outside, you see a graph similar to the following one.