Is there any compressed audio format that i can use in the game engine without using pygame? wav files take up a lot of space = (
If you want to make a windows only release of your game, you can use PySonic. PySonic theoretically can work with Mac and Linux, but there are no compiled libraries available to my knowledge. There’s a tutorial on using PySonic in the forum somewhere. Run a search on it.