Hi.
What audio formats should i use for my game?
I was trying ogg for background music and wav for chunks.
Is that ok in terms of performance?
Hi.
What audio formats should i use for my game?
I was trying ogg for background music and wav for chunks.
Is that ok in terms of performance?
Hi.
What audio formats should i use for my game?
I was trying ogg for background music and wav for chunks.
Is that ok in terms of performance?
I remember reading a post in some other forum that said "Don’t worry about optimization until optimization is needed."
If it works for you on your development machine, use it for now and don’t worry about it.
Just be sure to make it modular enough to swap it if you get requests or complains from users.
Personal opinion: Ogg should be fine all around unless you are developing for embedded systems or pre-2000 systems.
I hope that helps.