Opened 19 years ago
Closed 19 years ago
#8 closed enhancement (fixed)
Implement the QSound class
Reported by: | dmik | Owned by: | dmik |
---|---|---|---|
Priority: | high | Milestone: | qt-os2-3.3.1-rc07 |
Component: | kernel | Version: | |
Severity: | normal | Keywords: | QSound |
Cc: |
Description
Simple sound facilities (playing a WAV file) are (also) used very often by "real-world" Qt applications.
Change History (3)
comment:1 by , 19 years ago
Component: | 3rdparty → kernel |
---|---|
Status: | new → assigned |
comment:2 by , 19 years ago
Milestone: | → qt-os2-3.3.1-rc07 |
---|
comment:3 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The OS/2 implementation of QSound is done.
The current implementation uses the MMPM subsystem and supports all audio formats supported by MMPM. Linking to MMPM libraries is dynamic, so that Qt apps will run even on systems that have no MMPM installed (
QSound::isAvailable()
will simply returnFALSE
in this case, as well as if MMPM is installed but there is no working audio driver loaded).