I am using a sound in .wav format, it is running fine if I create an APK but if I implement the same game in webview then its sound quality is distorted. Any idea what I might be missing here? Should I use some other format other than .wav in web builds? I am using cc.audioEngine.play to play the sound.

