Load audio resources from outside build

I am using cc.audioEngine and cc.loader.loadResDir to load a series of directories of audio files. I have set up a dictionary system to keep track of them.

My hope was that I would be able to drop in more audio files into the folder and the game would ready the files as needed. Is this possible?

thanks