Optimal Compression for Speech
Posted
by
ashes999
on Game Development
See other posts from Game Development
or by ashes999
Published on 2011-09-02T12:52:28Z
Indexed on
2014/05/28
4:09 UTC
Read the original article
Hit count: 262
I'm designing a game that depends heavily on audio; I will have some 300+ speech files (most of them just a word or two long). This can very quickly escalate the size of my final game.
What's the optimal way to encode/compress speech files to keep the size minimal without getting audio artifacts?
Please address both per-file compression/encoding, and also zipping/compressing the set of all speech files together in your answer. Because I'm not sure which (or combination of both) factors will give me the best results.
Edit: I need this to run in Silverlight and Android, so I'm presumably stuck with only MP3 as my option (other than uncompressed wave files).
© Game Development or respective owner