Load audio file (.mp3) by setting resource path cc.loader.audioPath

Hello,

I have kept all my resources Under Normal folder.
So in main.js i have set resource path as cc.loader.resPath = "res/Normal"

But for audio files i have kept under Sounds folder.
I want to set resource path. Can i use cc.loader.audioPath ?

When i use cc.loader.audioPath = “res/Sounds” in main.js file,

While loading audio files its taking path res/Sounds/res/Normal

How to use cc.loader.audioPath ?
Can i set seperate path for audio file?

Thanks in advance,
Gurudath