I was trying some Qt examples mostly Nokia examples that use OpenGL ES
I can compile them fine but trying to run some that also use audio I got this:
It seems that Qt can't find any audio device I tried the AudioOutput example:
http://doc.qt.io/qt-4.8/qt-multimedia-audiooutput-example.html
And got the same result, then the Audio Devices example:
http://doc.qt.io/qt-4.8/qt-multimedia-audiodevices-example.html
and both Input and Output are empty.
I don't know how to fix this never had this problem before. What could be wrong?
I can compile them fine but trying to run some that also use audio I got this:
Code:
using null output device, none available
The program has unexpectedly finished.
It seems that Qt can't find any audio device I tried the AudioOutput example:
http://doc.qt.io/qt-4.8/qt-multimedia-audiooutput-example.html
And got the same result, then the Audio Devices example:
http://doc.qt.io/qt-4.8/qt-multimedia-audiodevices-example.html
and both Input and Output are empty.
I don't know how to fix this never had this problem before. What could be wrong?
