gameprogcpp / code

Game Programming in C++ Code
Other
1.03k stars 355 forks source link

Original sound files #20

Closed BMarques closed 6 years ago

BMarques commented 6 years ago

Hello, I'm on chapter 7 and instead of using fmod, I want to use openal soft. Is it possible to share the original sound files instead of just the bank files?

Thanks.

chalonverse commented 6 years ago

The original asset files are included in the "Assets" subdirectories of the FMODStudio directories: https://github.com/gameprogcpp/code/tree/master/FMODStudio/Chapter07/Assets https://github.com/gameprogcpp/code/tree/master/FMODStudio/Chapter10/Assets