AV module playback buffering question

Expo SDK 42.

In AV module there is a method playbackObject.playAsync() with next part of description:

Playback may not start immediately after calling this function for reasons such as buffering

But before that exists async call Audio.Sound.createAsync which I am suggesting is loading file, so why this createAsync doesnt also buffering?

In most cases playback needed immediately right after calling playAsync and don’t need to waste time for buffering and so on. createAsync should do all the preparation stuff.

Why currently it is not working like that?

Expo team?..

Anybody?..

Expo?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.