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!