Music and sound effects don't play on win32 platform?

When I run my game on win32 platform, my sounds don’t play. But sounds are playing normally in android platform.

I’m using:
auto audio = CocosDenshion::SimpleAudioEngine::getInstance(); audio->playEffect("sounds/jump.ogg");

How can fix this? thanks

Try .mp3 , it will work.