No audio delays on an acer tablet, there are delays on a samsung phone ,constant delay, every sound effects is delayed for around 1 second, the game is not lagging, it’s running smoothly but the sound is delayed. Please help
And btw, i use audiosource.play() method for sound effects like clicking buttons. I have no budget to buy plugins.
I know some one already faced this problem, and i’m facing it now, and i don’t know what to do now. I want to publish my very first small game but this comes up T_T
1 Answer
1I faced with this issue. For all audio files which should be played immediately on collision, I set Compression Format - PCM (via Inspector), instead of Vorbis. Now they are playing without delay.
I belive, there must be a more professional solution, because this solution makes audio file’s size much more bigger.