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?
Answer by joeri_07 · Feb 16 at 10:12 PM
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 :(
Your answer
Follow this Question
Related Questions
Get audio as float[] from mixer group? (like OnAudioFilterRead?) 0 Answers
How to Export audio clips from Unity into an assetbundle ending with .content 0 Answers
Can't Stream an Audio file from a website in a WebGL Build 0 Answers
Can we stream audio from a URL instead of download and then play? 2 Answers
Streaming and Decompress On Load music type playback time difference. 0 Answers