- Home /
Which AudioClip formats will decompress using hardware?
I'd like to know for iOS and Android (and maybe also Windows and MacOS), which compressed formats will use hardware to decompress? On iOS and Android with Unity 5.5, you can select either Vorbis, ADPCM or MP3 format. Is MP3 the only format that can decompress using hardware on iOS and Android?
The other related question I have is I've heard from other forums that only one stream of audio can decompress in hardware on iOS at a time. If more than one playing AudioClip is set to CompressedInMemory or Streaming, then the concern is you'll end up back using CPU resources for decompression.
Thanks!
Your answer
Follow this Question
Related Questions
Playing a sound effect on Touch HELP 0 Answers
How to play audio through the earspreaker on ios and android? 0 Answers
Android play mp3 file 0 Answers
Playing mp3 files on Android 1 Answer
What are the parameters to the AudioClip.create() function 0 Answers