I have a question regarding placing audio into the music or sounds folder. When I started creating my game I was developing it for use on the web. As such I was placing my music and other audio files that aren't utilized very often into the music folder so that they would stream and not require being downloaded. Now I've changed directions and am going to be exporting using node-webkit instead. Since all the audio files will need to be downloaded already, would it be to my advantage to move all the sound files from the music folder into the sounds folder, or will it make no difference? Currently as it stands I have around 100 files in the sounds folder and 3 to 4 times that in the music folder.
EDIT:
I should add that download time isn't going to be an issue for me. The only concern is since the files are already downloaded, will they play immediately even if placed in the music folder, or will they still try to stream?