PDA

View Full Version : QSound::play() not working on Windows 8 and less



alex.bonaffini.selea
15th March 2016, 17:29
I'm using Qt 5.6.0 RC and i'm trying to play .wav files under differents Windows OS.
Under Windows 10 when i call QSound::play("audio/alert.wav"); all goes fine, but when i try the code under Windows 8.1 and Windows 7 the .wav file did not play.

Any suggestion? Thanks.