This chapter will cover the use of audio within the Unreal Engine, so that you will be able to add dialogue, music, and sound effects to your game. The Audio folder in the Starter Content contains some existing audio assets you can use as you read this chapter.
Audio Overview and Sound Waves
Unreal Engine uses .wav files, pronounced “wave,” to import audio. If you have some audio you want to use that’s in a different format, such as an MP3, you will first need to convert it to a wave file, which will be covered later in the chapter.