Streaming audio from asset bundle

Hi is it possible to stream audio clip from asset bundle from disk instead of loading entire asset bundle into memory?

I would also love to know the answer to this.
I have a AudioSource on my gameObject which is loaded as an assetbundle while running. The AudioSource has playOnAwake set to true, and the audio file has streaming as playstyle. But the sound is not working :frowning: