ThuCommix / Sharpex2D

2D GameEngine for Indie games with alot of features
http://www.sharpex2d.de
MIT License
47 stars 9 forks source link

Audio files #26

Closed ThuCommix closed 8 years ago

ThuCommix commented 9 years ago

The ContentPipeline converts the input audio format into wav. This is fine, but some audio extension libraries supports other file format which are more compact than wav.

-> Somehow we need to distinguish between the audio engines. The ContentPipeline could read an ini file where the developer could enable wav conversion or not. (Maybe some project file for the content pipeline?)