Bundle and audio streaming

My project uses thousands of audio files.
And I don’t want to expose them to users as raw ogg files.

Is it possible to bundle audio files into one file and play one in it by streaming?
(Standalone player will be used)

Or is it possible to add audio files in Resource folder and play it by streaming?

Thanks in advance!

This is what happens anyway with all your assets when the standalone player gets built. All of your assets get packed into bundles, which get loaded at runtime. As for streaming, that is kind of a different issue.