How to download and extract a zip file contains of mp3 file

Hi, I have a remote .zip link that contains a few mp3 files.

How do I download this zip file and extract the mp3 file and turn them into cc.AudioClip ?

I know how to use cc.assetManager.LoadRemote to load a single mp3 url, but not for the .zip link.

Thanks,