Create sound effects for the game.
- [Instructor] Hi, and welcome to the next video,…Preparing Sound Effects.…In the previous video,…we looked and generated the high score.…In this video, we are going to start by…adding the required SFML includes.…Then we will add the seven Sound Buffer and Sound objects.…And finally, we will modify the code to play sound effects.…In this video,…we will create the sound buffer,…and sound objects that we need to add…a range of sound effects to the game.…First we start by adding the required SFML includes.…
Here, we add hash, include SFML/audio.hpp.…In this highlighted code,…we are adding the seven Sound Buffer and Sound objects…which load and prepare the seven sound files…that we prepared in section six,…object oriented programming, classes, and SFML views.…Let's start with the first one that is hit buffer.…We are creating an object of type…Sound Buffer called hit buffer,…Sound Buffer is used for storing audio samples…which defines a sound.…
Here we are loading a sound file,…that is hit.wav,…and this is an object of sound called.…
Author
Released
12/4/2017This course was created and produced by Packt Publishing. We are honored to host this training in our library.
- Creating the main game loop
- Drawing the game background
- Handling errors
- Manipulating C++ variables
- Randomizing numbers
- Making decisions with if, else, and switch
- Moving game objects
- Pausing and restarting games
- Adding scoring and messages
- Looping
- Using class enumerations and arrays
- Adding sound effects
- Object-oriented programming in C++
- C++ references
- Pointers
- Texture management
- Collision detection
- Implementing the HUD
- Finishing the game
Skill Level Beginner
Duration
Views
Related Courses
-
C++ Essential Training
with Bill Weinman7h 48m Intermediate -
Learning C++
with Peggy Fisher2h 36m Beginner -
Code Clinic: C++
with Bill Weinman2h 4m Intermediate
-
1. C++, SFML, Visual Studio, and Starting the First Game
-
The course overview4m 25s
-
The games, C++, and SFML4m 22s
-
Starting to code the game8m 38s
-
Opening a window using SFML5m 26s
-
The main game loop4m 31s
-
Drawing the game background3m 35s
-
Handling errors3m 25s
-
-
2. Variables, Operators, and Decisions
-
C++ variables6m 1s
-
Manipulating variables3m 3s
-
Random numbers3m 22s
-
Timing4m 13s
-
-
3. C++ Strings, SFML Time, Player Input, and HUD
-
Adding a score and a message6m 34s
-
Adding a time bar6m 7s
-
4. Loops, Arrays, Switch, Enumerations, and Functions
-
Loops5m 3s
-
Arrays4m 5s
-
Making decisions with switch1m 48s
-
Class enumerations2m 13s
-
Getting started with functions10m 35s
-
Growing the branches8m 7s
-
-
5. Collisions, Sound, and End Conditions
-
Handling the player's input8m 46s
-
Handling death1m 49s
-
Simple sound FX3m 46s
-
6. Object-Oriented Programming, Classes, and SFML Views
-
Object-oriented programming16m 21s
-
Building player: The first class21m 28s
-
Managing the code files1m 45s
-
7. C ++ References, Sprite Sheets, and Vertex Arrays
-
C++ references6m 37s
-
Using the background2m 43s
-
-
8. Pointers, the Standard Template Library, and Texture Management
-
Working with pointers8m 31s
-
The TextureHolder class5m 57s
-
Building a horde of zombies10m 13s
-
9. Collision Detection, Pickups, and Bullets
-
Coding the bullet class11m 2s
-
Making the bullets fly7m 50s
-
Coding a class for pickups11m 56s
-
Using the pickup class3m 2s
-
Detecting collisions8m 12s
-
-
10. Layering Views and Implementing the HUD
-
Updating the HUD each frame3m 24s
-
11. Sound Effects, File I/O, and Finishing the Game
-
Preparing sound effects1m 32s
-
Leveling up2m 40s
-
Restarting the game1m 4s
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Preparing sound effects