BABYLON.Sound And the Underlying HTMLAudioElement

Hey guys… got a question about the BABYLON.Sound and its underlying usage of the HTMLAudioElement…

Basically i need to use a vtt to display caption of an audio file. The HtmlAudioElement support TextTrack to handle this. But apparently the BABYLON.Sound does not always use a HtmlAudioElement to handle playing a sound file. But only if its Streaming i guess.

Are there any drawbacks to always setting the streaming option to true when using BABYLON.Sound so that sound is always played using a HtmlAudioElement ???