[SOLVED] Sound in Krom

You can, because Kha supports them. But depending on what you are using sometimes it’s better to have wav’s. Example: For short samples(i.e. sound effects) wav’s are prefered since the files are short and decompressing short files is a waste. For large files(i.e. music files) compressed formats are preferred to minimize the impact on RAM use but since streaming from disk is pretty fast these days we can stream these files from disk with kha.

1 Like

Thank you for your answer.
I looked at the kha documentation and it seems that only .wav is converted depending on the target.It seems that other formats are used without being converted.