You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report! Yes, this is a known old issue, it is due to this utility function which the app is currently calling everywhere to play sounds. I think this can be fixed by adding a method "playSound()" to the Context facade with an implementation that includes a sort of "audio-lock" so that no two sounds can play at the same time.
Also, sorry for the overall quality of the code, the process of migrating to from JS to Typescript is still ongoing (but mostly done), so things are looking a little bit shabby and precarious.
Also, sorry for the overall quality of the code, the process of migrating to from JS to Typescript is still ongoing (but mostly done), so things are looking a little bit shabby and precarious.
Never to mention that, you're doing great job.
I never learn React and TS / JS before, so it could be little bit harder to read the source. I want to know the strcuture of the source code.
If you click extremly fast when the sentences play not to the end as well as the new sentence comes up, there will be two sentences play together.
The text was updated successfully, but these errors were encountered: