SongWithoutWords / contagion

A zombie outbreak containment game, written as part of a game programming course at UBC
1 stars 4 forks source link

Code to play sound effects #31

Closed SongWithoutWords closed 5 years ago

beharhyseni commented 5 years ago

4 sound effects are added (gunshot, reload, dead zombie, and infected human)

SongWithoutWords commented 5 years ago

The audio files themselves sound good, but when played from they game they sound much poorer. Also, it seems that each new sound that is played stops the previous sounds.

We may need to investigate using a new library (maybe just SDL2).