Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.10.0 Alpha
-
None
Description
Using pulseaudio noise is heard when playing a sample with 24 bit frames.
#include <QCoreApplication> #include <QSoundEffect> int main(int argc, char **argv) { QCoreApplication app(argc, argv); QSoundEffect sound; sound.setSource(QUrl::fromLocalFile(argv[1])); sound.play(); return app.exec(); }
Attachments
For Gerrit Dashboard: QTBUG-63427 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
206734,3 | PulseAudio: Support 24 bit frames | 5.10 | qt/qtmultimedia | Status: MERGED | +2 | 0 |