I want to load some audio files based on user selected environment. Let say env1.
I want all audios for env1 to be loaded into the project. I have many different environments, something like 25. If i load all of them, there will be lots of audio files which are not used for that environment.
what is the solution?