Closed wintermute-cell closed 1 year ago
Currently, since audio is handled directly though raylib, the following Problems have arisen:
Implement an intermediary audio package, that acts as a middleman between the game and raylib.
audio
Problem Description
Currently, since audio is handled directly though raylib, the following Problems have arisen:
Solution Approach
Implement an intermediary
audio
package, that acts as a middleman between the game and raylib.