Play part of audio file

My game has large number of small audio files. It is affecting the loading time of the game.

I wanted to combine all the audio files to single one and play appropriate section.

I am not sure how to play a part from a audio file.
Can anyone suggest how to do this?

You can use cc.audioEngine.setCurrentTime(audioId, seconds);