skymen / fmod

Construct 3 implementation of FMOD
1 stars 1 forks source link

Fix issue #8, shrink DSP buffer size to 512 #9

Closed AlexQ3D closed 7 months ago

AlexQ3D commented 7 months ago

Fixes https://github.com/skymen/fmod/issues/8 by shrinking the DSP buffer size down to 512. Some people who were using the WebGL export on the Unity forms had luck fixing skipping problems by reducing this (see https://qa.fmod.com/t/webgl-stuttering-audio-too-problematic-with-fmod/18834/9).

This PR also reverts the Studio update period back to 20 as setting it to 5 didn't seem to affect the playback bug.

skymen commented 7 months ago

Thanks!